Lines Matching refs:CompactDecimalFormatTest

169 class CompactDecimalFormatTest : public IntlTest {  class
171 CompactDecimalFormatTest() { in CompactDecimalFormatTest() function in CompactDecimalFormatTest
198 void CompactDecimalFormatTest::runIndexedTest( in runIndexedTest()
219 void CompactDecimalFormatTest::TestEnglishShort() { in TestEnglishShort()
223 void CompactDecimalFormatTest::TestSerbianShort() { in TestSerbianShort()
227 void CompactDecimalFormatTest::TestSerbianLong() { in TestSerbianLong()
231 void CompactDecimalFormatTest::TestSerbianLongNegative() { in TestSerbianLongNegative()
235 void CompactDecimalFormatTest::TestJapaneseShort() { in TestJapaneseShort()
239 void CompactDecimalFormatTest::TestSwahiliShort() { in TestSwahiliShort()
243 void CompactDecimalFormatTest::TestFieldPosition() { in TestFieldPosition()
260 void CompactDecimalFormatTest::TestCsShort() { in TestCsShort()
264 void CompactDecimalFormatTest::TestSkLong() { in TestSkLong()
273 void CompactDecimalFormatTest::TestSwahiliShortNegative() { in TestSwahiliShortNegative()
277 void CompactDecimalFormatTest::TestArabicLong() { in TestArabicLong()
281 void CompactDecimalFormatTest::TestSignificantDigits() { in TestSignificantDigits()
297 void CompactDecimalFormatTest::CheckLocale(const Locale& locale, UNumberCompactStyle style, const E… in CheckLocale()
311 void CompactDecimalFormatTest::CheckExpectedResult( in CheckExpectedResult()
325 CompactDecimalFormatTest::createCDFInstance(const Locale& locale, UNumberCompactStyle style, UError… in createCDFInstance()
336 const char *CompactDecimalFormatTest::StyleStr(UNumberCompactStyle style) { in StyleStr()
344 return new CompactDecimalFormatTest(); in createCompactDecimalFormatTest()