Searched refs:thousands (Results 1 – 4 of 4) sorted by relevance
48 wchar_t thousands, in __correctly_grouped_prefixwc() argument51 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 …]
24 wchar_t thousands,30 const char *thousands,
242 wchar_t thousands = L'\0'; in INTERNAL() local244 const char *thousands = NULL; in INTERNAL() local264 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 …]
416 if (thousands != NULL && *str == *thousands in str_to_mpn()551 wchar_t thousands = L'\0'; in ____STRTOF_INTERNAL() local553 const char *thousands = NULL; in ____STRTOF_INTERNAL() local574 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