Home
last modified time | relevance | path

Searched refs:strToDouble (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dunits_converter.cpp118 double strToDouble(StringPiece strNum, UErrorCode &status) { in strToDouble() function
143 return strToDouble(strWithDivide.substr(0, divisionSignInd), status) / in strHasDivideSignToDouble()
144 strToDouble(strWithDivide.substr(divisionSignInd + 1), status); in strHasDivideSignToDouble()
147 return strToDouble(strWithDivide, status); in strHasDivideSignToDouble()
174 power = static_cast<int32_t>(strToDouble(powerStr, status)); in addFactorElement()
388 factor.factorDen *= std::pow(strToDouble(baseStr, status), power); in addSingleFactorConstant()
390 factor.factorNum *= std::pow(strToDouble(baseStr, status), power); in addSingleFactorConstant()
/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp178 static void strToDouble( in strToDouble() function
280 const NumberFormatTestTupleFieldOps gDoubleOps = {strToDouble, doubleToStr};