Searched refs:gDecimal (Results 1 – 2 of 2) sorted by relevance
58 static char gDecimal = 0; variable415 if (gDecimal == 0) { in getDouble()421 gDecimal = rep[2]; in getDouble()467 if (gDecimal != '.') { in getDouble()470 *decimalPt = gDecimal; in getDouble()
2183 static char gDecimal = 0; variable2193 if (!gDecimal) { in _uloc_strtod()2199 gDecimal = rep[2]; in _uloc_strtod()2202 if(gDecimal == '.') { in _uloc_strtod()2209 *decimal = gDecimal; in _uloc_strtod()