Lines Matching refs:uprv_strtod
2186 return uprv_strtod(start, end); /* fall through to OS */2194 return uprv_strtod(start, end); /* no decimal point */2196 rv = uprv_strtod(buf, &myEnd);2198 *end = (char*)(start+(myEnd-buf)); /* cast away const (to follow uprv_strtod API.) */