Searched refs:decimalpoint (Results 1 – 1 of 1) sorted by relevance
3224 const unsigned char *decimalpoint = (unsigned char*)localeconv_l(loc)->decimal_point; in gethex() local3226 const unsigned char *decimalpoint; in gethex() local3235 decimalpoint = s0; in gethex()3259 for(i = 0; decimalpoint[i]; ++i) { in gethex()3260 if (s[i] != decimalpoint[i]) in gethex()3281 if (*s == *decimalpoint && !decpt) { in gethex()3282 for(i = 1; decimalpoint[i]; ++i) { in gethex()3283 if (s[i] != decimalpoint[i]) in gethex()3384 int dplen = strlen((const char *)decimalpoint); in gethex()3433 for(i = 0; decimalpoint[i+1]; ++i); in gethex()[all …]