Searched refs:gDecimal (Results 1 – 2 of 2) sorted by relevance
51 static char gDecimal = 0; variable231 if (!gDecimal) { in getDouble()237 gDecimal = rep[2]; in getDouble()240 *fDecimalDigits = gDecimal; in getDouble()
2732 static char gDecimal = 0; variable2742 if (!gDecimal) { in _uloc_strtod()2748 gDecimal = rep[2]; in _uloc_strtod()2751 if(gDecimal == '.') { in _uloc_strtod()2758 *decimal = gDecimal; in _uloc_strtod()