Home
last modified time | relevance | path

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

/external/icu4c/common/
Dcstring.h89 #define uprv_strtod(source, end) U_STANDARD_CPP_NAMESPACE strtod(source, end) macro
Duniset_props.cpp1013 double value = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
1034 double value = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
Duloc.cpp2194 return uprv_strtod(start, end); /* fall through to OS */ in _uloc_strtod()
2202 return uprv_strtod(start, end); /* no decimal point */ in _uloc_strtod()
2204 rv = uprv_strtod(buf, &myEnd); in _uloc_strtod()
Dmessagepattern.cpp991 double numericValue=uprv_strtod(numberChars, &end); in parseDouble()
/external/icu4c/i18n/
Ddigitlst.cpp479 tDouble = uprv_strtod(s.getAlias(), &end); in getDouble()