Searched refs:digits (Results 1 – 22 of 22) sorted by relevance
/localedata/ |
A D | tst-ctype.c | 27 static const char digits[] = "0123456789"; variable 137 for (cp = digits; *cp != '\0'; ++cp) in do_test() 151 for (cp = digits; *cp != '\0'; ++cp) in do_test() 165 for (cp = digits; *cp != '\0'; ++cp) in do_test() 179 for (cp = digits; *cp != '\0'; ++cp) in do_test() 195 for (cp = digits; *cp != '\0'; ++cp) in do_test() 209 for (cp = digits; *cp != '\0'; ++cp) in do_test() 226 for (cp = digits; *cp != '\0'; ++cp) in do_test() 241 for (cp = digits; *cp != '\0'; ++cp) in do_test() 255 for (cp = digits; *cp != '\0'; ++cp) in do_test() [all …]
|
A D | Makefile | 158 tests = $(locale_test_suite) tst-digits tst-setlocale bug-iconv-trans \ 406 $(objpfx)tst-digits.out: $(objpfx)tst-locale.out
|
A D | cs_CZ.UTF-8.in | 215 10 ; digits are sorted lexically, not numerically
|
/localedata/locales/ |
A D | cs_CZ | 178 % CLDR has 2 sort orders for Czech, "standard" which sorts the digits 179 % before the letters and "digits-after" which sorts the digits after 180 % the letters. The cs_CZ locale in glibc always sorted the digits after
|
A D | fa_IR | 54 % Persian uses the alternate digits U+06F0..U+06F9 233 % Alternative digits are used for Persian numerals in date and time. This is 234 % a hack, until a new prefix is defined for alternative digits.
|
A D | uk_UA | 616 % Define the size of each group of digits in formatted monetary 618 % semicolons. Each integer specifies the number of digits in each 623 % repeatedly used for the remainder of the digits. If the last 639 % An integer representing the number of fractional digits (those to the right of 644 % An integer representing the number of fractional digits (those to the right of
|
A D | az_IR | 103 % Alternative digits are used for Persian numerals in date and time. This is 104 % a hack, until a new prefix is defined for alternative digits.
|
A D | ro_RO | 166 % the separation of digits is made in groups of three 174 % usualy one will display only two digits after the decimal point
|
A D | pa_IN | 44 % Punjabi uses the alternate digits U+0A66..U+0A6F
|
A D | ta_IN | 43 % Tamil uses the alternate digits U+0BE6..U+0BEF
|
A D | te_IN | 43 % Telugu uses the alternate digits U+0C66..U+0C6F
|
A D | gu_IN | 46 % Gujarati uses the alternate digits U+0AE6..U+0AEF
|
A D | bn_BD | 45 % Bangla uses the alternate digits U+09E6..U+09EF
|
A D | kn_IN | 47 % Kannada uses the alternate digits U+0CE6..U+0CEF
|
A D | hi_IN | 43 % Devanagari uses the alternate digits U+0966..U+096F
|
A D | my_MM | 73 % Kyat in Burmese - it would be better to use this if Myanmar digits are used
|
A D | or_IN | 45 % Odia uses the alternate digits U+0B66..U+0B6F
|
A D | ml_IN | 42 % Malayalam uses the alternate digits U+0D66..U+0D6F
|
A D | lo_LA | 303 % Arabic and Lao decimal digits
|
A D | th_TH | 397 % Arabic and Thai decimal digits
|
A D | i18n_ctype | 497 % The "digit" class must only contain the BASIC LATIN digits, says ISO C 99 1156 % The "xdigit" class must only contain the BASIC LATIN digits and A-F, a-f,
|
A D | tr_TR | 592 % The "digit" class must only contain the BASIC LATIN digits, says ISO C 99 1251 % The "xdigit" class must only contain the BASIC LATIN digits and A-F, a-f,
|
Completed in 37 milliseconds