Home | History | Annotate | Download | only in common

Lines Matching defs:decimal

2194     char *decimal;
2200 /* For machines that decide to change the decimal on you,
2212 decimal = uprv_strchr(buf, '.');
2213 if(decimal) {
2214 *decimal = gDecimal;
2216 return uprv_strtod(start, end); /* no decimal point */