Home
last modified time | relevance | path

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

/bionic/libc/stdlib/
Dstrtod.c1350 CONST char decimal_point = '.'; local
1353 CONST char decimal_point = localeconv()->decimal_point[0]; local
1355 CONST char decimal_point = '.'; local
/bionic/libc/stdio/
Dvfprintf.c186 char *decimal_point = "."; in __vfprintf() local