Lines Matching full:decimal
2172 char *decimal;2178 /* For machines that decide to change the decimal on you,2190 decimal = uprv_strchr(buf, '.');2191 if(decimal) {2192 *decimal = gDecimal;2194 return uprv_strtod(start, end); /* no decimal point */