Home
last modified time | relevance | path

Searched refs:walt_digits (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/locale/
Dsetlocale.h145 const wchar_t *walt_digits; member
Dnl_langinfo.c121 _NLITEM (time, walt_digits),
/picolibc-latest/newlib/libc/time/
Dstrftime.c747 if (!*alt_digits && *_CurrentTimeLocale->walt_digits) in __strftime()
748 *alt_digits = get_alt_digits (_CurrentTimeLocale->walt_digits); in __strftime()