Searched defs:decimal_point (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/stdio/
H A Dvfprintf.c186 char *decimal_point = "."; local
765 PRINT(decimal_point, 1);
770 PRINT(decimal_point, 1);
/bionic/libc/stdlib/
H A Dstrtod.c1350 CONST char decimal_point = '.'; local
1353 CONST char decimal_point = localeconv()->decimal_point[0]; local
1355 CONST char decimal_point = '.'; local
1427 if (c == decimal_point) {

Completed in 32 milliseconds