Searched refs:decimalpoint (Results 1 – 1 of 1) sorted by relevance
3214 const unsigned char *decimalpoint = (unsigned char*)localeconv_l(loc)->decimal_point; in gethex() local3216 const unsigned char *decimalpoint; in gethex() local3225 decimalpoint = s0; in gethex()3249 for(i = 0; decimalpoint[i]; ++i) { in gethex()3250 if (s[i] != decimalpoint[i]) in gethex()3271 if (*s == *decimalpoint && !decpt) { in gethex()3272 for(i = 1; decimalpoint[i]; ++i) { in gethex()3273 if (s[i] != decimalpoint[i]) in gethex()3374 int dplen = strlen((const char *)decimalpoint); in gethex()3423 for(i = 0; decimalpoint[i+1]; ++i); in gethex()[all …]