Home
last modified time | relevance | path

Searched refs:thousands (Results 1 – 25 of 26) sorted by relevance

12

/glibc-2.36/stdlib/
Dgrouping.c48 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 …]
Dstrtol_l.c242 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 …]
Dstrtod_l.c368 , 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 …]
Dgrouping.h24 wchar_t thousands,
30 const char *thousands,
/glibc-2.36/stdio-common/
D_i18n_number.h31 # 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()
Dvfscanf-internal.c309 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/
Dlg_UG78 % 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
Duk_UA611 % This string is used as a thousands separator when formatting monetary
613 % see LC_NUMERIC:thousands separator
/glibc-2.36/locale/
Dcategories.def188 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/
Dlocale.texi1341 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
Darith.texi2881 data. Some locales specify thousands separator and the way they have to
Dtexinfo.tex9125 % thousands of lines. \gdef doesn't use the save stack, but \csname does
/glibc-2.36/ChangeLog.old/
DChangeLog.localedata126 * 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
DChangeLog.115663 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.
DChangeLog.10873 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.
DChangeLog.20612 sl_SI locale: Use "." as the thousands separator (bug 25233)
DChangeLog.55004 With ' flag, match thousands separators for decimal numbers.
8824 new flag arg; if nonzero, parse locale-dependent thousands
DChangeLog.145471 matching the decimal point and possibly leading the thousands
5472 separator. This caused the recognition of thousands separators to
DChangeLog.127383 * stdlib/strtod.c (str_to_mpn): Correct parsing of thousands
DChangeLog.1712898 thousands separators.
DChangeLog.711702 `thousands' to support systems with sizeof(wchar_t) !=
DChangeLog.1937850 Adapt test case data to the changes in the thousands
/glibc-2.36/
DNEWS1617 [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/
Dsouthamerica643 # The reason why the DST will only begin November 3rd is that the thousands
/glibc-2.36/iconvdata/testdata/
Dsuntzus497 thousands of feet in height. So much on the subject

12