Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dunits_converter.cpp118 double strToDouble(StringPiece strNum, UErrorCode &status) { in strToDouble() argument
123 double result = converter.StringToDouble(strNum.data(), strNum.length(), &count); in strToDouble()
124 if (count != strNum.length()) { in strToDouble()