Home
last modified time | relevance | path

Searched refs:numfmt (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dquantityformattertest.cpp17 #include "unicode/numfmt.h"
122 LocalPointer<NumberFormat> numfmt( in TestBasic()
134 *numfmt, in TestBasic()
145 *numfmt, in TestBasic()
H A Dnumfmtst.cpp7804 NumberFormat *numfmt = NumberFormat::createInstance(Locale(itemPtr->locale), status); in TestParseSignsAndMarks() local
7806 numfmt->setLenient(itemPtr->lenient); in TestParseSignsAndMarks()
7809 numfmt->parse(itemPtr->numString, fmtobj, ppos); in TestParseSignsAndMarks()
7821 delete numfmt; in TestParseSignsAndMarks()
/third_party/icu/icu4c/source/samples/numfmt/
H A DMakefile15 TARGET=numfmt
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A DMakefile15 TARGET=numfmt
/third_party/icu/icu4c/source/samples/all/
H A Dsamplecheck.bat56 set SAMPLE_NUMFMT=%ICU_SAMPLESDIR%\numfmt\%ICU_ARCH%\%ICU_DBRL%\numfmt.exe
141 @set THT=numfmt
/third_party/skia/third_party/externals/icu/source/samples/all/
H A Dsamplecheck.bat56 set SAMPLE_NUMFMT=%ICU_SAMPLESDIR%\numfmt\%ICU_ARCH%\%ICU_DBRL%\numfmt.exe
141 @set THT=numfmt
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTimeUnitTest.java283 NumberFormat numfmt = NumberFormat.getInstance(loc); in TestGreekWithSanitization()
286 tuf.setNumberFormat(numfmt); in TestGreekWithSanitization()
H A DNumberFormatTest.java1743 NumberFormat numfmt = NumberFormat.getInstance(new ULocale("en_US"), NumberFormat.NUMBERSTYLE); in TestParseEmpty()
1747 value = numfmt.parse(parsetxt, ppos); in TestParseEmpty()
4407 NumberFormat numfmt = NumberFormat.getInstance(locale); in TestParseSignsAndMarks()
4408 if (numfmt != null) { in TestParseSignsAndMarks()
4409 numfmt.setParseStrict(!item.lenient); in TestParseSignsAndMarks()
4411 Number num = numfmt.parse(item.numString, ppos); in TestParseSignsAndMarks()
5657 DecimalFormat numfmt = new DecimalFormat(pattern1, symbols); in Test13088and13162()
5658 expect2(numfmt, num, "‎٪ ‎−۱٬۲۳۴"); in Test13088and13162()
5660 numfmt = new DecimalFormat(pattern2, symbols); in Test13088and13162()
5661 expect2(numfmt, nu in Test13088and13162()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeUnitTest.java280 NumberFormat numfmt = NumberFormat.getInstance(loc); in TestGreekWithSanitization()
283 tuf.setNumberFormat(numfmt); in TestGreekWithSanitization()
H A DNumberFormatTest.java1740 NumberFormat numfmt = NumberFormat.getInstance(new ULocale("en_US"), NumberFormat.NUMBERSTYLE); in TestParseEmpty()
1744 value = numfmt.parse(parsetxt, ppos); in TestParseEmpty()
4407 NumberFormat numfmt = NumberFormat.getInstance(locale); in TestParseSignsAndMarks()
4408 if (numfmt != null) { in TestParseSignsAndMarks()
4409 numfmt.setParseStrict(!item.lenient); in TestParseSignsAndMarks()
4411 Number num = numfmt.parse(item.numString, ppos); in TestParseSignsAndMarks()
5657 DecimalFormat numfmt = new DecimalFormat(pattern1, symbols); in Test13088and13162()
5658 expect2(numfmt, num, "‎٪ ‎−۱٬۲۳۴"); in Test13088and13162()
5660 numfmt = new DecimalFormat(pattern2, symbols); in Test13088and13162()
5661 expect2(numfmt, nu in Test13088and13162()
[all...]

Completed in 32 milliseconds