Home
last modified time | relevance | path

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

/stdlib/
A 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()
84 if (thousands[cnt] == '\0') in __correctly_grouped_prefixwc()
134 if (*cp == thousands) in __correctly_grouped_prefixwc()
140 if (thousands[cnt] == '\0') in __correctly_grouped_prefixwc()
158 if (*cp == thousands) in __correctly_grouped_prefixwc()
[all …]
A Dgrouping.h24 wchar_t thousands,
30 const char *thousands,
A Dstrtol_l.c242 wchar_t thousands = L'\0'; in INTERNAL() local
244 const char *thousands = NULL; in INTERNAL() local
264 if (thousands == L'\0') in INTERNAL()
270 if (*thousands == '\0') in INTERNAL()
272 thousands = NULL; in INTERNAL()
337 *s != thousands in INTERNAL()
340 if (thousands[cnt] != end[cnt]) in INTERNAL()
349 && (wchar_t) c != thousands in INTERNAL()
352 if (thousands[cnt] != end[cnt]) in INTERNAL()
397 if (thousands[cnt] != s[cnt]) in INTERNAL()
[all …]
A Dstrtod_l.c416 if (thousands != NULL && *str == *thousands in str_to_mpn()
551 wchar_t thousands = L'\0'; in ____STRTOF_INTERNAL() local
553 const char *thousands = NULL; in ____STRTOF_INTERNAL() local
574 if (thousands == L'\0') in ____STRTOF_INTERNAL()
578 if (*thousands == '\0') in ____STRTOF_INTERNAL()
580 thousands = NULL; in ____STRTOF_INTERNAL()
705 while (c == L'0' || ((wint_t) thousands != L'\0' && c == (wint_t) thousands)) in ____STRTOF_INTERNAL()
719 if (thousands[cnt] != cp[cnt]) in ____STRTOF_INTERNAL()
721 if (thousands[cnt] != '\0') in ____STRTOF_INTERNAL()
784 || c != (wint_t) thousands) in ____STRTOF_INTERNAL()
[all …]

Completed in 10 milliseconds