Lines Matching refs:CompactDecimalFormatTest
169 class CompactDecimalFormatTest : public IntlTest { class
171 CompactDecimalFormatTest() { in CompactDecimalFormatTest() function in CompactDecimalFormatTest
199 void CompactDecimalFormatTest::runIndexedTest( in runIndexedTest()
221 void CompactDecimalFormatTest::TestEnglishShort() { in TestEnglishShort()
225 void CompactDecimalFormatTest::TestSerbianShort() { in TestSerbianShort()
229 void CompactDecimalFormatTest::TestSerbianLong() { in TestSerbianLong()
233 void CompactDecimalFormatTest::TestSerbianLongNegative() { in TestSerbianLongNegative()
237 void CompactDecimalFormatTest::TestJapaneseShort() { in TestJapaneseShort()
241 void CompactDecimalFormatTest::TestSwahiliShort() { in TestSwahiliShort()
245 void CompactDecimalFormatTest::TestFieldPosition() { in TestFieldPosition()
262 void CompactDecimalFormatTest::TestCsShort() { in TestCsShort()
266 void CompactDecimalFormatTest::TestSkLong() { in TestSkLong()
275 void CompactDecimalFormatTest::TestSwahiliShortNegative() { in TestSwahiliShortNegative()
279 void CompactDecimalFormatTest::TestArabicLong() { in TestArabicLong()
283 void CompactDecimalFormatTest::TestSignificantDigits() { in TestSignificantDigits()
299 void CompactDecimalFormatTest::TestAPIVariants() { in TestAPIVariants()
395 void CompactDecimalFormatTest::CheckLocale(const Locale& locale, UNumberCompactStyle style, const E… in CheckLocale()
409 void CompactDecimalFormatTest::CheckExpectedResult( in CheckExpectedResult()
423 CompactDecimalFormatTest::createCDFInstance(const Locale& locale, UNumberCompactStyle style, UError… in createCDFInstance()
434 const char *CompactDecimalFormatTest::StyleStr(UNumberCompactStyle style) { in StyleStr()
442 return new CompactDecimalFormatTest(); in createCompactDecimalFormatTest()