Lines Matching refs:RunTest

771     void RunTest(
775 void RunTest(
780 void RunTest(
785 void RunTest(
789 void RunTest(
794 void RunTest(
799 void RunTest(
805 void RunTest(
865 RunTest("en", kEnglish, UPRV_LENGTHOF(kEnglish)); in TestEnglish()
886 RunTest(fmt3, kEnglishCaps, UPRV_LENGTHOF(kEnglishCaps), "en caps"); in TestEnglishCaps()
890 RunTest("en", UDAT_STYLE_SHORT, kEnglishShort, UPRV_LENGTHOF(kEnglishShort)); in TestEnglishShort()
894 RunTest("en", UDAT_STYLE_NARROW, kEnglishShort, UPRV_LENGTHOF(kEnglishShort)); in TestEnglishNarrow()
898 RunTest("sr", kSerbian, UPRV_LENGTHOF(kSerbian)); in TestSerbian()
902 RunTest("sr", UDAT_STYLE_NARROW, kSerbianNarrow, UPRV_LENGTHOF(kSerbianNarrow)); in TestSerbianFallback()
906 RunTest("en", kEnglishNoQuantity, UPRV_LENGTHOF(kEnglishNoQuantity)); in TestEnglishNoQuantity()
920 RunTest( in TestEnglishNoQuantityCaps()
928 RunTest( in TestEnglishNoQuantityShort()
936 RunTest( in TestEnglishNoQuantityNarrow()
944 RunTest("es", kSpanishNoQuantity, UPRV_LENGTHOF(kSpanishNoQuantity)); in TestSpanishNoQuantity()
988 RunTest(fmt2, kEnglishDecimal, UPRV_LENGTHOF(kEnglishDecimal), "en decimal digits"); in TestCustomNumberFormat()
992 RunTest(fmt, kSpanishNoQuantity, UPRV_LENGTHOF(kSpanishNoQuantity), "assignment operator"); in TestCustomNumberFormat()
1051 void RelativeDateTimeFormatterTest::RunTest( in RunTest() function in RelativeDateTimeFormatterTest
1061 RunTest(fmt, expectedResults, expectedResultLength, locale.getName()); in RunTest()
1064 void RelativeDateTimeFormatterTest::RunTest( in RunTest() function in RelativeDateTimeFormatterTest
1075 RunTest(fmt, expectedResults, expectedResultLength, locale.getName(), numeric); in RunTest()
1079 void RelativeDateTimeFormatterTest::RunTest( in RunTest() function in RelativeDateTimeFormatterTest
1091 RunTest(fmt, expectedResults, expectedResultLength, locale.getName()); in RunTest()
1094 void RelativeDateTimeFormatterTest::RunTest( in RunTest() function in RelativeDateTimeFormatterTest
1104 RunTest(fmt, expectedResults, expectedResultLength, locale.getName()); in RunTest()
1107 void RelativeDateTimeFormatterTest::RunTest( in RunTest() function in RelativeDateTimeFormatterTest
1119 RunTest(fmt, expectedResults, expectedResultLength, locale.getName()); in RunTest()
1122 void RelativeDateTimeFormatterTest::RunTest( in RunTest() function in RelativeDateTimeFormatterTest
1132 void RelativeDateTimeFormatterTest::RunTest( in RunTest() function in RelativeDateTimeFormatterTest
1143 void RelativeDateTimeFormatterTest::RunTest( in RunTest() function in RelativeDateTimeFormatterTest
1296 RunTest("en", kEnglishFormatNumeric, UPRV_LENGTHOF(kEnglishFormatNumeric), true); in TestFormatNumeric()
1300 RunTest("en", kEnglishFormat, UPRV_LENGTHOF(kEnglishFormat), false); in TestFormat()