Home
last modified time | relevance | path

Searched refs:uprv_strtod (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Dcstring.h73 #define uprv_strtod(source, end) U_STANDARD_CPP_NAMESPACE strtod(source, end) macro
Duniset_props.cpp883 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
905 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
Duloc.cpp2304 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()
Dmessagepattern.cpp993 double numericValue=uprv_strtod(numberChars, &end); in parseDouble()