Searched refs:uprv_strtod (Results 1 – 4 of 4) sorted by relevance
73 #define uprv_strtod(source, end) U_STANDARD_CPP_NAMESPACE strtod(source, end) macro
883 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()905 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
2304 return uprv_strtod(start, end); /* fall through to OS */ in _uloc_strtod()2312 return uprv_strtod(start, end); /* no decimal point */ in _uloc_strtod()2314 rv = uprv_strtod(buf, &myEnd); in _uloc_strtod()
993 double numericValue=uprv_strtod(numberChars, &end); in parseDouble()