Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c3214 const unsigned char *decimalpoint = (unsigned char*)localeconv_l(loc)->decimal_point; in gethex() local
3216 const unsigned char *decimalpoint; in gethex() local
3225 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 …]