Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c3218 static unsigned char *decimalpoint_cache; in gethex() local
3219 if (!(s0 = decimalpoint_cache)) { in gethex()
3221 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) { in gethex()
3222 strcpy(decimalpoint_cache, s0); in gethex()
3223 s0 = decimalpoint_cache; in gethex()