Searched refs:strNum (Results 1 – 1 of 1) sorted by relevance
118 double strToDouble(StringPiece strNum, UErrorCode &status) { in strToDouble() argument123 double result = converter.StringToDouble(strNum.data(), strNum.length(), &count); in strToDouble()124 if (count != strNum.length()) { in strToDouble()