Home
last modified time | relevance | path

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

/external/icu4c/common/
Dcstring.h62 #define uprv_strtod(source, end) U_STANDARD_CPP_NAMESPACE strtod(source, end) macro
Duniset_props.cpp995 double value = uprv_strtod(vname, &end); in applyPropertyAlias()
1016 double value = uprv_strtod(vname, &end); in applyPropertyAlias()
Duloc.c2752 return uprv_strtod(start, end); /* fall through to OS */ in _uloc_strtod()
2760 return uprv_strtod(start, end); /* no decimal point */ in _uloc_strtod()
2762 rv = uprv_strtod(buf, &myEnd); in _uloc_strtod()
/external/icu4c/i18n/
Ddigitlst.cpp247 value = uprv_strtod(fDecimalDigits, &end); in getDouble()
Dchoicfmt.cpp202 return uprv_strtod(source,&end); in stod()