Home | History | Annotate | Download | only in common

Lines Matching full:uprv_strtod

2228         return uprv_strtod(start, end); /* fall through to OS */
2236 return uprv_strtod(start, end); /* no decimal point */
2238 rv = uprv_strtod(buf, &myEnd);
2240 *end = (char*)(start+(myEnd-buf)); /* cast away const (to follow uprv_strtod API.) */