Home
last modified time | relevance | path

Searched refs:_NL_WALT_DIGITS (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/time/
Dalt_digit.c98 if (number >= 100 || CURRENT_WSTR (_NL_WALT_DIGITS)[0] == L'\0') in _nl_get_walt_digit()
114 const wchar_t *ptr = CURRENT_WSTR (_NL_WALT_DIGITS); in _nl_get_walt_digit()
151 if (CURRENT_WSTR (_NL_WALT_DIGITS)[0] == L'\0') in _nl_parse_alt_digit() local
/glibc-2.36/locale/
Dtst-C-locale.c215 WSTRTEST (_NL_WALT_DIGITS, L""); in run_test()
367 WSTRTEST (_NL_WALT_DIGITS, L""); in run_test()
Dlanginfo.h220 _NL_WALT_DIGITS, /* Alternate symbols for digits. */ enumerator
Dcategories.def239 DEFINE_ELEMENT (_NL_WALT_DIGITS, "wide-alt_digits", opt, wstringlist, 1000, 100)
/glibc-2.36/localedata/
Dtst-c-utf8-consistency.c232 TEST_COMPARE_STRING_WIDE (wstr (_NL_WALT_DIGITS), in one_pass()
233 wstr_utf8 (_NL_WALT_DIGITS)); in one_pass()