/glibc-2.36/stdlib/ |
D | grouping.c | 48 wchar_t thousands, in __correctly_grouped_prefixwc() argument 51 const char *thousands, in __correctly_grouped_prefixwc() 64 thousands_len = strlen (thousands); in __correctly_grouped_prefixwc() 76 if (*cp == thousands) in __correctly_grouped_prefixwc() 79 if (cp[thousands_len - 1] == *thousands) in __correctly_grouped_prefixwc() 81 for (cnt = 1; thousands[cnt] != '\0'; ++cnt) in __correctly_grouped_prefixwc() 82 if (thousands[cnt] != cp[thousands_len - 1 - cnt]) in __correctly_grouped_prefixwc() 84 if (thousands[cnt] == '\0') in __correctly_grouped_prefixwc() 134 if (*cp == thousands) in __correctly_grouped_prefixwc() 137 for (cnt = 0; thousands[cnt] != '\0'; ++cnt) in __correctly_grouped_prefixwc() [all …]
|
D | strtol_l.c | 242 wchar_t thousands = L'\0'; in INTERNAL() local 244 const char *thousands = NULL; in INTERNAL() local 261 thousands = _NL_CURRENT_WORD (LC_NUMERIC, in INTERNAL() 264 if (thousands == L'\0') in INTERNAL() 268 thousands = _NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP); in INTERNAL() 270 if (*thousands == '\0') in INTERNAL() 272 thousands = NULL; in INTERNAL() 330 thousands_len = strlen (thousands); in INTERNAL() 337 *s != thousands in INTERNAL() 340 if (thousands[cnt] != end[cnt]) in INTERNAL() [all …]
|
D | strtod_l.c | 368 , const char *decimal, size_t decimal_len, const char *thousands in str_to_mpn() argument 416 if (thousands != NULL && *str == *thousands in str_to_mpn() 417 && ({ for (inner = 1; thousands[inner] != '\0'; ++inner) in str_to_mpn() 418 if (thousands[inner] != str[inner]) in str_to_mpn() 420 thousands[inner] == '\0'; })) in str_to_mpn() 551 wchar_t thousands = L'\0'; in ____STRTOF_INTERNAL() local 553 const char *thousands = NULL; in ____STRTOF_INTERNAL() local 572 thousands = _NL_CURRENT_WORD (LC_NUMERIC, in ____STRTOF_INTERNAL() 574 if (thousands == L'\0') in ____STRTOF_INTERNAL() 577 thousands = _NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP); in ____STRTOF_INTERNAL() [all …]
|
D | grouping.h | 24 wchar_t thousands, 30 const char *thousands,
|
/glibc-2.36/stdio-common/ |
D | _i18n_number.h | 31 # define thousands NULL in _i18n_number_rewrite() macro 34 char thousands[MB_LEN_MAX + 1]; in _i18n_number_rewrite() 58 n = __wcrtomb (thousands, wthousands, &state); in _i18n_number_rewrite() 60 memcpy (thousands, ",", 2); in _i18n_number_rewrite() 62 thousands[n] = '\0'; in _i18n_number_rewrite() 97 const char *outpunct = *s == '.' ? decimal : thousands; in _i18n_number_rewrite()
|
D | vfscanf-internal.c | 309 wint_t thousands; in __vfwscanf_internal() local 311 const char *thousands; in __vfwscanf_internal() local 363 thousands = _NL_CURRENT_WORD (LC_NUMERIC, _NL_NUMERIC_THOUSANDS_SEP_WC); in __vfwscanf_internal() 365 thousands = curnumeric->values[_NL_ITEM_INDEX (THOUSANDS_SEP)].string; in __vfwscanf_internal() 366 if (*thousands == '\0') in __vfwscanf_internal() 367 thousands = NULL; in __vfwscanf_internal() 512 if (thousands != L'\0') in __vfwscanf_internal() 514 if (thousands != NULL) in __vfwscanf_internal() 1673 if (c != thousands) in __vfwscanf_internal() 1676 const char *cmpp = thousands; in __vfwscanf_internal() [all …]
|
/glibc-2.36/localedata/locales/ |
D | lg_UG | 78 % pair of thousands separators, e.g. "123,456,786" 125 % For normal numbers, the thousands separator is a "," 129 % pair of thousands separators, e.g. 123,456,789
|
D | uk_UA | 611 % This string is used as a thousands separator when formatting monetary 613 % see LC_NUMERIC:thousands separator
|
/glibc-2.36/locale/ |
D | categories.def | 188 DEFINE_ELEMENT (_NL_MONETARY_THOUSANDS_SEP_WC, "monetary-thousands-sep-wc", std, word) 201 DEFINE_ELEMENT (_NL_NUMERIC_THOUSANDS_SEP_WC, "numeric-thousands-sep-wc", std, word)
|
/glibc-2.36/manual/ |
D | locale.texi | 1341 using thousands separators. The thousands separator for the 1385 thousands separators. One last example should explain the remaining 1405 are not printed using a thousands separator. Since we used the format
|
D | arith.texi | 2881 data. Some locales specify thousands separator and the way they have to
|
D | texinfo.tex | 9125 % thousands of lines. \gdef doesn't use the save stack, but \csname does
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.localedata | 126 * locales/es_MX (LC_NUMERIC): Replace thin space with NNBSP as thousands separator. 131 * locales/aa_DJ (LC_MONETARY): Replace space by NNBSP as thousands separator. 7312 * locales/nb_NO: Update time information, collation, thousands 7412 * locales/ru_RU: Use U00A0 instead of U2002 for thousands separator. 7884 Grouping sign for thousands, which is ".", is used for Romanian. 9633 * locales/de_CH: Define decimal point to '.' and thousands 12441 * locales/de_DE: Use . as thousands separator and 3;3 groups for
|
D | ChangeLog.11 | 5663 conversion with strlen(thousands) > 1. 5665 decimal points and thousands separators. 5669 thousands separators and group argument is non-zero. 7501 * stdlib/grouping.h: Correctly handle multibyte thousands 7507 and thousands separator in numeric and monetary category. 7574 thousands separator correctly.
|
D | ChangeLog.10 | 873 Finally handle decimal points and thousands separator characters 883 decimal point and thousands separator values to wide characters from 1119 thousands separator info in wide character form.
|
D | ChangeLog.20 | 612 sl_SI locale: Use "." as the thousands separator (bug 25233)
|
D | ChangeLog.5 | 5004 With ' flag, match thousands separators for decimal numbers. 8824 new flag arg; if nonzero, parse locale-dependent thousands
|
D | ChangeLog.14 | 5471 matching the decimal point and possibly leading the thousands 5472 separator. This caused the recognition of thousands separators to
|
D | ChangeLog.12 | 7383 * stdlib/strtod.c (str_to_mpn): Correct parsing of thousands
|
D | ChangeLog.17 | 12898 thousands separators.
|
D | ChangeLog.7 | 11702 `thousands' to support systems with sizeof(wchar_t) !=
|
D | ChangeLog.19 | 37850 Adapt test case data to the changes in the thousands
|
/glibc-2.36/ |
D | NEWS | 1617 [25233] localedata: Consider "." as the thousands separator for sl_SI 1975 thousands 2794 [12349] localedata: eu_ES: incorrect thousands separator 2811 [16148] localedata: ca_ES: incorrect thousands separator 2814 [16777] localedata: pl_PL: incorrect thousands separator in locale 2843 [20756] localedata: [PATCH] Use Unicode wise thousands separator 6824 conventions (i.e. separate thousands with `,' in the US locale).
|
/glibc-2.36/timezone/ |
D | southamerica | 643 # The reason why the DST will only begin November 3rd is that the thousands
|
/glibc-2.36/iconvdata/testdata/ |
D | suntzus | 497 thousands of feet in height. So much on the subject
|