Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dcstring.h89 #define uprv_strtod(source, end) U_STANDARD_CPP_NAMESPACE strtod(source, end) macro
Duniset_props.cpp1009 double value = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
1030 double value = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
Duloc.cpp2228 return uprv_strtod(start, end); /* fall through to OS */ in _uloc_strtod()
2236 return uprv_strtod(start, end); /* no decimal point */ in _uloc_strtod()
2238 rv = uprv_strtod(buf, &myEnd); in _uloc_strtod()
Dmessagepattern.cpp991 double numericValue=uprv_strtod(numberChars, &end); in parseDouble()
/external/icu/icu4c/source/i18n/
Dvisibledigits.cpp120 return uprv_strtod(str, &unused); in computeAbsDoubleValue()
Ddigitlst.cpp497 tDouble = uprv_strtod(s.getAlias(), &end); in getDouble()
Dcompactdecimalformat.cpp741 double power10 = uprv_strtod(ures_getKey(power10Bundle), &endPtr); in populatePower10()