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

/ndk/sources/android/support/src/stdio/
H A Dstrtod.c3227 static unsigned char *decimalpoint_cache; local
3228 if (!(s0 = decimalpoint_cache)) {
3230 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
3231 strcpy(decimalpoint_cache, s0);
3232 s0 = decimalpoint_cache;

Completed in 7 milliseconds