Home
last modified time | relevance | path

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

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