Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumfmtdatadriventest.cpp27 strToDigitList(const UnicodeString& str, DecimalQuantity& digitList, UErrorCode& status) { in strToDigitList() argument
29 return digitList; in strToDigitList()
32 digitList.setToDouble(uprv_getNaN()); in strToDigitList()
33 return digitList; in strToDigitList()
36 digitList.setToDouble(-1 * uprv_getInfinity()); in strToDigitList()
37 return digitList; in strToDigitList()
40 digitList.setToDouble(uprv_getInfinity()); in strToDigitList()
41 return digitList; in strToDigitList()
45 digitList.setToDecNumber({formatValue.data(), formatValue.length()}, status); in strToDigitList()
46 return digitList; in strToDigitList()
[all …]
/external/icu/icu4c/source/i18n/
Drbnf.cpp1254 DecimalQuantity digitList; in format() local
1255 digitList.setToDouble(number); in format()
1256 digitList.roundToMagnitude( in format()
1260 number = digitList.toDouble(); in format()