Searched defs:thousands (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dstrtol.c254 /* The thousands character of the current locale. */
255 wchar_t thousands = L'\0'; local
267 /* Figure out the thousands separator character. */
269 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP));
270 if (thousands == WEOF)
271 thousands = L'\0';
273 if (thousands == L'\0')
332 if ((wchar_t) c != thousands
336 if (*s == thousands)
339 end = correctly_grouped_prefix (s, end, thousands, groupin
[all...]

Completed in 1364 milliseconds