Searched refs:thousands (Results 1 – 2 of 2) sorted by relevance
31 # define thousands NULL in _i18n_number_rewrite() macro34 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()
309 wint_t thousands; in __vfwscanf_internal() local311 const char *thousands; in __vfwscanf_internal() local366 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()1702 if (cmpp > thousands) in __vfwscanf_internal()1746 if (c != thousands) in __vfwscanf_internal()1775 if (cmpp > thousands) in __vfwscanf_internal()[all …]
Completed in 7 milliseconds