Home
last modified time | relevance | path

Searched refs:alt_digits (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/time/
Dstrftime.c577 get_alt_digits (const wchar_t *alt_digits) in get_alt_digits() argument
579 get_alt_digits (const char *alt_digits) in get_alt_digits()
603 for (a = alt_digits; (e = ALT_STRCHR (a, ';')) != NULL; a = e + 1) in get_alt_digits()
615 len = mbstowcs (NULL, alt_digits, 0); in get_alt_digits()
623 len = ALT_STRLEN (alt_digits); in get_alt_digits()
635 mbstowcs (adi->buffer, alt_digits, len + 1); in get_alt_digits()
637 ALT_STRCPY (adi->buffer, alt_digits); in get_alt_digits()
678 era_info_t **era_info, alt_digits_t **alt_digits) in __strftime() argument
747 if (!*alt_digits && *_CurrentTimeLocale->walt_digits) in __strftime()
748 *alt_digits = get_alt_digits (_CurrentTimeLocale->walt_digits); in __strftime()
[all …]
/picolibc-latest/newlib/libc/locale/
Dsetlocale.h128 const char *alt_digits; member
Dnl_langinfo.c246 ret = (char*) __get_time_locale (locale)->alt_digits; in nl_langinfo_l()
/picolibc-latest/newlib/
DChangeLog-20155088 * libc/time/strftime.c: Add support for era and alt_digits data from
5101 (get_alt_digits): New function to convert alt_digits string into
5103 (free_alt_digits): New function to free alt_digits info.
5108 providing era_info and alt_digits pointers and call ...
5111 alt_digits pointers. Handle conversion modifiers according to