Lines Matching refs:MeasureFormatTest

33 class MeasureFormatTest : public IntlTest {  class
35 MeasureFormatTest() { in MeasureFormatTest() function in MeasureFormatTest
112 void MeasureFormatTest::runIndexedTest( in runIndexedTest()
143 void MeasureFormatTest::TestCompatible53_1() { in TestCompatible53_1()
195 void MeasureFormatTest::TestCompatible54_1() { in TestCompatible54_1()
322 void MeasureFormatTest::TestBasic() { in TestBasic()
355 void MeasureFormatTest::TestGetAvailable() { in TestGetAvailable()
416 void MeasureFormatTest::TestExamplesInDocs() { in TestExamplesInDocs()
493 void MeasureFormatTest::TestFormatPeriodEn() { in TestFormatPeriodEn()
695 void MeasureFormatTest::Test10219FractionalPlurals() { in Test10219FractionalPlurals()
733 void MeasureFormatTest::TestGreek() { in TestGreek()
839 void MeasureFormatTest::TestFormatSingleArg() { in TestFormatSingleArg()
861 void MeasureFormatTest::TestFormatMeasuresZeroArg() { in TestFormatMeasuresZeroArg()
867 void MeasureFormatTest::TestSimplePer() { in TestSimplePer()
933 void MeasureFormatTest::TestNumeratorPlurals() { in TestNumeratorPlurals()
959 void MeasureFormatTest::helperTestSimplePer( in helperTestSimplePer()
978 void MeasureFormatTest::helperTestSimplePer( in helperTestSimplePer()
1023 void MeasureFormatTest::TestMultiples() { in TestMultiples()
1034 void MeasureFormatTest::helperTestMultiples( in helperTestMultiples()
1059 void MeasureFormatTest::TestGram() { in TestGram()
1074 void MeasureFormatTest::TestCurrencies() { in TestCurrencies()
1114 void MeasureFormatTest::TestFieldPosition() { in TestFieldPosition()
1149 void MeasureFormatTest::TestFieldPositionMultiple() { in TestFieldPositionMultiple()
1199 void MeasureFormatTest::TestBadArg() { in TestBadArg()
1217 void MeasureFormatTest::TestEquality() { in TestEquality()
1240 void MeasureFormatTest::TestGroupingSeparator() { in TestGroupingSeparator()
1267 void MeasureFormatTest::TestDoubleZero() { in TestDoubleZero()
1304 void MeasureFormatTest::TestUnitPerUnitResolution() { in TestUnitPerUnitResolution()
1324 void MeasureFormatTest::verifyFieldPosition( in verifyFieldPosition()
1352 void MeasureFormatTest::verifyFormat( in verifyFormat()
1367 void MeasureFormatTest::verifyFormatWithPrefix( in verifyFormatWithPrefix()
1384 void MeasureFormatTest::verifyFormat( in verifyFormat()
1395 return new MeasureFormatTest(); in createMeasureFormatTest()