Home
last modified time | relevance | path

Searched refs:decimalStrToDouble (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dvisibledigits.cpp118 return DigitList::decimalStrToDouble(str, &unused); in computeAbsDoubleValue()
Ddigitlst.h499 static double U_EXPORT2 decimalStrToDouble(char *decstr, char **end);
Ddigitlst.cpp480 tDouble = decimalStrToDouble(s.getAlias(), &end); in getDouble()
526 DigitList::decimalStrToDouble(char *decstr, char **end) { in decimalStrToDouble() function in DigitList