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.c3227 static unsigned char *decimalpoint_cache; in gethex() local
3228 if (!(s0 = decimalpoint_cache)) { in gethex()
3230 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) { in gethex()
3231 strcpy(decimalpoint_cache, s0); in gethex()
3232 s0 = decimalpoint_cache; in gethex()