Searched refs:strToDouble (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | units_converter.cpp | 118 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/ |
D | numberformattesttuple.cpp | 178 static void strToDouble( in strToDouble() function 280 const NumberFormatTestTupleFieldOps gDoubleOps = {strToDouble, doubleToStr};
|