Searched defs:TESTCASE (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcgendtst.c28 #define TESTCASE(x) addTest(root, &x, "tsformat/cgendtst/" #x) macro
32 TESTCASE(TestGenderInfo);
H A Dcpluralrulestest.c21 #define TESTCASE(x) addTest(root, &x, "tsformat/cpluralrulestest/" #x) macro
25 TESTCASE(TestPluralRules);
26 TESTCASE(TestOrdinalRules);
H A Dcdateintervalformattest.c24 #define TESTCASE(x) addTest(root, &x, "tsformat/cdateintervalformattest/" #x) macro
28 TESTCASE(TestDateIntervalFormat);
H A Dcurrtest.c263 #define TESTCASE(x) addTest(root, &x, "tsformat/currtest/" #x) macro
267 TESTCASE(TestEnumList);
268 TESTCASE(TestEnumListReset);
269 TESTCASE(TestEnumListCount);
270 TESTCASE(TestFractionDigitOverride);
271 TESTCASE(TestPrefixSuffix);
272 TESTCASE(TestNumericCode);
H A Duregiontest.c33 #define TESTCASE(x) addTest(root, &x, "tsformat/uregiontest/" #x) macro
37 TESTCASE(TestKnownRegions);
38 TESTCASE(TestGetContainedRegions);
39 TESTCASE(TestGetContainedRegionsWithType);
40 TESTCASE(TestGetContainingRegion);
41 TESTCASE(TestGetContainingRegionWithType);
42 TESTCASE(TestGetPreferredValues);
43 TESTCASE(TestContains);
H A Dudatpg_test.c36 #define TESTCASE(x) addTest(root, &x, "tsformat/udatpg_test/" #x) macro
44 TESTCASE(TestOpenClose);
45 TESTCASE(TestUsage);
46 TESTCASE(TestBuilder);
47 TESTCASE(TestOptions);
H A Dcdattst.c45 #define TESTCASE(x) addTest(root, &x, "tsformat/cdattst/" #x) macro
49 TESTCASE(TestDateFormat);
50 TESTCASE(TestRelativeDateFormat);
51 TESTCASE(TestSymbols);
52 TESTCASE(TestDateFormatCalendar);
53 TESTCASE(TestExtremeDates);
54 TESTCASE(TestAllLocales);
55 TESTCASE(TestRelativeCrash);
56 TESTCASE(TestContext);
57 TESTCASE(TestCalendarDatePars
[all...]
H A Dcldrtest.c1503 #define TESTCASE(name) addTest(root, &name, "tsutil/cldrtest/" #name) macro
1510 TESTCASE(TestLocaleStructure);
1511 TESTCASE(TestCurrencyList);
1513 TESTCASE(TestConsistentCountryInfo);
1514 TESTCASE(VerifyTranslation);
1515 TESTCASE(TestExemplarSet);
1516 TESTCASE(TestLocaleDisplayPattern);
1517 TESTCASE(TestCoverage);
1518 TESTCASE(TestIndexChars);
1519 TESTCASE(TestAvailableIsoCode
[all...]
H A Dcnumtst.c59 #define TESTCASE(x) addTest(root, &x, "tsformat/cnumtst/" #x) macro
63 TESTCASE(TestNumberFormat);
64 TESTCASE(TestSpelloutNumberParse);
65 TESTCASE(TestSignificantDigits);
66 TESTCASE(TestSigDigRounding);
67 TESTCASE(TestNumberFormatPadding);
68 TESTCASE(TestInt64Format);
69 TESTCASE(TestNonExistentCurrency);
70 TESTCASE(TestCurrencyRegression);
71 TESTCASE(TestTextAttributeCras
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcgendtst.c28 #define TESTCASE(x) addTest(root, &x, "tsformat/cgendtst/" #x) macro
32 TESTCASE(TestGenderInfo);
H A Dcpluralrulestest.c21 #define TESTCASE(x) addTest(root, &x, "tsformat/cpluralrulestest/" #x) macro
25 TESTCASE(TestPluralRules);
26 TESTCASE(TestOrdinalRules);
H A Dcdateintervalformattest.c24 #define TESTCASE(x) addTest(root, &x, "tsformat/cdateintervalformattest/" #x) macro
28 TESTCASE(TestDateIntervalFormat);
H A Dcurrtest.c263 #define TESTCASE(x) addTest(root, &x, "tsformat/currtest/" #x) macro
267 TESTCASE(TestEnumList);
268 TESTCASE(TestEnumListReset);
269 TESTCASE(TestEnumListCount);
270 TESTCASE(TestFractionDigitOverride);
271 TESTCASE(TestPrefixSuffix);
272 TESTCASE(TestNumericCode);
H A Duregiontest.c33 #define TESTCASE(x) addTest(root, &x, "tsformat/uregiontest/" #x) macro
37 TESTCASE(TestKnownRegions);
38 TESTCASE(TestGetContainedRegions);
39 TESTCASE(TestGetContainedRegionsWithType);
40 TESTCASE(TestGetContainingRegion);
41 TESTCASE(TestGetContainingRegionWithType);
42 TESTCASE(TestGetPreferredValues);
43 TESTCASE(TestContains);
H A Dudatpg_test.c36 #define TESTCASE(x) addTest(root, &x, "tsformat/udatpg_test/" #x) macro
44 TESTCASE(TestOpenClose);
45 TESTCASE(TestUsage);
46 TESTCASE(TestBuilder);
47 TESTCASE(TestOptions);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditrbnfp.cpp25 #define TESTCASE(id,test) \ macro
40 TESTCASE(0, TestParse);
42 TESTCASE(0, TestRBNFParseDisabled);
H A Dintltest.h73 // Use the TESTCASE macro in subclasses of IntlTest. Define the
79 //| TESTCASE(0,TestSomething);
80 //| TESTCASE(1,TestSomethingElse);
81 //| TESTCASE(2,TestAnotherThing);
85 #define TESTCASE(id,test) \ macro
H A Ditrbnfrt.cpp19 #define TESTCASE(id,test) \ macro
34 TESTCASE(0, TestEnglishSpelloutRT);
35 TESTCASE(1, TestDurationsRT);
36 TESTCASE(2, TestSpanishSpelloutRT);
37 TESTCASE(3, TestFrenchSpelloutRT);
38 TESTCASE(4, TestSwissFrenchSpelloutRT);
39 TESTCASE(5, TestItalianSpelloutRT);
40 TESTCASE(6, TestGermanSpelloutRT);
41 TESTCASE(7, TestSwedishSpelloutRT);
42 TESTCASE(
[all...]
H A Ditrbnf.cpp35 #define TESTCASE(id,test) \ macro
50 TESTCASE(0, TestEnglishSpellout);
51 TESTCASE(1, TestOrdinalAbbreviations);
52 TESTCASE(2, TestDurations);
53 TESTCASE(3, TestSpanishSpellout);
54 TESTCASE(4, TestFrenchSpellout);
55 TESTCASE(5, TestSwissFrenchSpellout);
56 TESTCASE(6, TestItalianSpellout);
57 TESTCASE(7, TestGermanSpellout);
58 TESTCASE(
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditrbnfp.cpp25 #define TESTCASE(id,test) \ macro
40 TESTCASE(0, TestParse);
42 TESTCASE(0, TestRBNFParseDisabled);
H A Dintltest.h73 // Use the TESTCASE macro in subclasses of IntlTest. Define the
79 //| TESTCASE(0,TestSomething);
80 //| TESTCASE(1,TestSomethingElse);
81 //| TESTCASE(2,TestAnotherThing);
85 #define TESTCASE(id,test) \ macro
H A Ditrbnfrt.cpp19 #define TESTCASE(id,test) \ macro
34 TESTCASE(0, TestEnglishSpelloutRT);
35 TESTCASE(1, TestDurationsRT);
36 TESTCASE(2, TestSpanishSpelloutRT);
37 TESTCASE(3, TestFrenchSpelloutRT);
38 TESTCASE(4, TestSwissFrenchSpelloutRT);
39 TESTCASE(5, TestItalianSpelloutRT);
40 TESTCASE(6, TestGermanSpelloutRT);
41 TESTCASE(7, TestSwedishSpelloutRT);
42 TESTCASE(
[all...]
H A Ditrbnf.cpp35 #define TESTCASE(id,test) \ macro
50 TESTCASE(0, TestEnglishSpellout);
51 TESTCASE(1, TestOrdinalAbbreviations);
52 TESTCASE(2, TestDurations);
53 TESTCASE(3, TestSpanishSpellout);
54 TESTCASE(4, TestFrenchSpellout);
55 TESTCASE(5, TestSwissFrenchSpellout);
56 TESTCASE(6, TestItalianSpellout);
57 TESTCASE(7, TestGermanSpellout);
58 TESTCASE(
[all...]
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Duperf.h25 // Use the TESTCASE macro in subclasses of IntlTest. Define the
31 //| TESTCASE(0,TestSomething);
32 //| TESTCASE(1,TestSomethingElse);
33 //| TESTCASE(2,TestAnotherThing);
40 #define TESTCASE(id,test) \
51 #define TESTCASE(id,test) \ macro
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h25 // Use the TESTCASE macro in subclasses of UPerfTest. Define the
31 //| TESTCASE(0,TestSomething);
32 //| TESTCASE(1,TestSomethingElse);
33 //| TESTCASE(2,TestAnotherThing);
40 #define TESTCASE(id,test) \ macro

Completed in 1585 milliseconds

12