Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Dunits_converter.cpp112 double strToDouble(StringPiece strNum, UErrorCode &status) { in strToDouble() function
137 return strToDouble(strWithDivide.substr(0, divisionSignInd), status) / in strHasDivideSignToDouble()
138 strToDouble(strWithDivide.substr(divisionSignInd + 1), status); in strHasDivideSignToDouble()
141 return strToDouble(strWithDivide, status); in strHasDivideSignToDouble()
168 power = static_cast<int32_t>(strToDouble(powerStr, status)); in addFactorElement()
395 factor.factorDen *= std::pow(strToDouble(baseStr, status), power); in addSingleFactorConstant()
397 factor.factorNum *= std::pow(strToDouble(baseStr, status), power); in addSingleFactorConstant()
/third_party/node/deps/icu-small/source/i18n/
Dunits_converter.cpp112 double strToDouble(StringPiece strNum, UErrorCode &status) { in strToDouble() function
137 return strToDouble(strWithDivide.substr(0, divisionSignInd), status) / in strHasDivideSignToDouble()
138 strToDouble(strWithDivide.substr(divisionSignInd + 1), status); in strHasDivideSignToDouble()
141 return strToDouble(strWithDivide, status); in strHasDivideSignToDouble()
168 power = static_cast<int32_t>(strToDouble(powerStr, status)); in addFactorElement()
395 factor.factorDen *= std::pow(strToDouble(baseStr, status), power); in addSingleFactorConstant()
397 factor.factorNum *= std::pow(strToDouble(baseStr, status), power); in addSingleFactorConstant()
/third_party/icu/icu4c/source/i18n/
Dunits_converter.cpp112 double strToDouble(StringPiece strNum, UErrorCode &status) { in strToDouble() function
137 return strToDouble(strWithDivide.substr(0, divisionSignInd), status) / in strHasDivideSignToDouble()
138 strToDouble(strWithDivide.substr(divisionSignInd + 1), status); in strHasDivideSignToDouble()
141 return strToDouble(strWithDivide, status); in strHasDivideSignToDouble()
168 power = static_cast<int32_t>(strToDouble(powerStr, status)); in addFactorElement()
395 factor.factorDen *= std::pow(strToDouble(baseStr, status), power); in addSingleFactorConstant()
397 factor.factorNum *= std::pow(strToDouble(baseStr, status), power); in addSingleFactorConstant()
/third_party/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp178 static void strToDouble( in strToDouble() function
280 const NumberFormatTestTupleFieldOps gDoubleOps = {strToDouble, doubleToStr};