Searched defs:CASE (Results 1 - 25 of 37) sorted by relevance

12

/external/icu4c/test/intltest/
H A Dittrans.cpp28 #define CASE(id,test) case id: \ macro
41 CASE(0, TransliteratorTest);
42 CASE(1, TransliteratorAPITest);
43 CASE(2, CompoundTransliteratorTest);
44 CASE(3, TransliteratorRoundTripTest);
45 CASE(4, JamoTest);
46 CASE(5, TransliteratorErrorTest);
47 CASE(6, ReplaceableTest);
49 CASE(7, UnicodeFilterLogicTest);
H A Ditutil.cpp36 #define CASE(id, test) case id: \ macro
49 CASE(0, MultithreadTest);
50 CASE(1, StringTest);
51 CASE(2, UnicodeStringTest);
52 CASE(3, LocaleTest);
53 CASE(4, CharIterTest);
54 CASE(5, UObjectTest);
55 CASE(6, UnicodeTest);
56 CASE(7, ResourceBundleTest);
57 CASE(
[all...]
H A Dmiscdtfm.cpp27 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
34 CASE(0, test4097450)
35 CASE(1, test4099975)
36 CASE(2, test4117335)
H A Dpptest.cpp20 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
26 CASE(0, TestParsePosition)
27 CASE(1, TestFieldPosition)
28 CASE(2, TestFieldPosition_example)
29 CASE(3, Test4109023)
H A Dtsputil.cpp12 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
19 CASE(0, testMaxMin)
20 CASE(1, testNaN)
21 CASE(2, testPositiveInfinity)
22 CASE(3, testNegativeInfinity)
23 CASE(4, testZero)
24 CASE(5, testU_INLINE)
25 // CASE(, testIEEEremainder)
H A Dcalcasts.cpp22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break macro
29 CASE(0,IslamicCivil);
30 CASE(1,Hebrew);
31 CASE(2,Indian);
32 CASE(3,Coptic);
33 CASE(4,Ethiopic);
38 #undef CASE macro
H A Dcanittst.cpp25 #define CASE(id,test) case id: \ macro
37 CASE(0, TestBasic);
38 CASE(1, TestExhaustive);
39 CASE(2, TestAPI);
H A Djamotest.cpp82 static const char* CASE[] = { local
131 enum { CASE_length = sizeof(CASE) / sizeof(CASE[0]) };
135 UnicodeString jamo = nameToJamo(CASE[i+1]);
136 if (CASE[i+2] == NULL) {
137 expect(*latinJamo, CASE[i], jamo, *jamoLatin);
140 expect(*latinJamo, CASE[i], jamo);
141 expect(*jamoLatin, jamo, CASE[i+2]);
H A Dnmfmtrt.cpp34 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
40 CASE(0, start)
H A Dnormconf.cpp23 #define CASE(id,test,exec) case id: \ macro
34 CASE(0, TestConformance, exec);
36 CASE(1, TestConformance32, exec);
38 // CASE(2, TestCase6);
H A Dastrotst.cpp23 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break macro
32 // CASE(0,FooTest);
33 CASE(0,TestSolarLongitude);
34 CASE(1,TestLunarPosition);
35 CASE(2,TestCoordinates);
36 CASE(3,TestCoverage);
37 CASE(4,TestSunriseTimes);
38 CASE(5,TestBasics);
39 CASE(6,TestMoonAge);
44 #undef CASE macro
[all...]
H A Ddtfmtrtts.cpp51 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
58 CASE(0,TestDateFormatRoundTrip)
59 CASE(1, TestCentury)
H A Dincaltst.cpp64 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break macro
71 CASE(0,TestTypes);
72 CASE(1,TestGregorian);
73 CASE(2,TestBuddhist);
74 CASE(3,TestJapanese);
75 CASE(4,TestBuddhistFormat);
76 CASE(5,TestJapaneseFormat);
77 CASE(6,TestJapanese3860);
78 CASE(7,TestPersian);
79 CASE(
85 #undef CASE macro
[all...]
H A Dmsfmrgts.cpp26 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
H A Dsrchtest.cpp23 #define CASE(id,test) \ macro
120 CASE(0, TestOpenClose)
122 CASE(1, TestInitialization)
123 CASE(2, TestBasic)
124 CASE(3, TestNormExact)
125 CASE(4, TestStrength)
131 CASE(5, TestBreakIterator)
133 CASE(6, TestVariable)
134 CASE(7, TestOverlap)
135 CASE(
[all...]
H A Dtztest.cpp25 #define CASE(id,test) case id: \ macro
46 CASE(0, TestPRTOffset);
47 CASE(1, TestVariousAPI518);
48 CASE(2, TestGetAvailableIDs913);
49 CASE(3, TestGenericAPI);
50 CASE(4, TestRuleAPI);
51 CASE(5, TestShortZoneIDs);
52 CASE(6, TestCustomParse);
53 CASE(7, TestDisplayName);
54 CASE(
[all...]
H A Ddtfmrgts.cpp24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
31 CASE(0,Test4029195)
32 CASE(1,Test4052408)
33 CASE(2,Test4056591)
34 CASE(3,Test4059917)
35 CASE(4,Test4060212)
36 CASE(5,Test4061287)
37 CASE(6,Test4065240)
38 CASE(7,Test4071441)
39 CASE(
[all...]
H A Dtstnorm.cpp24 #define CASE(id,test) case id: \ macro
38 CASE(0,TestDecomp);
39 CASE(1,TestCompatDecomp);
40 CASE(2,TestCanonCompose);
41 CASE(3,TestCompatCompose);
42 CASE(4,TestPrevious);
43 CASE(5,TestHangulDecomp);
44 CASE(6,TestHangulCompose);
45 CASE(7,TestTibetan);
46 CASE(
[all...]
H A Dtzregts.cpp22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break macro
30 CASE(0, Test4052967);
31 CASE(1, Test4073209);
32 CASE(2, Test4073215);
33 CASE(3, Test4084933);
34 CASE(4, Test4096952);
35 CASE(5, Test4109314);
36 CASE(6, Test4126678);
37 CASE(7, Test4151406);
38 CASE(
[all...]
H A Dnumrgts.cpp103 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break macro
110 CASE(0,Test4075713);
111 CASE(1,Test4074620);
112 CASE(2,Test4088161);
113 CASE(3,Test4087245);
114 CASE(4,Test4087535);
115 CASE(5,Test4088503);
116 CASE(6,Test4066646);
117 CASE(7,Test4059870);
118 CASE(
[all...]
H A Dtransrt.cpp36 #define CASE(id,test) case id: \ macro
64 CASE(0, TestCyrillic);
65 // CASE(0,TestKana);
66 CASE(1,TestHiragana);
67 CASE(2,TestKatakana);
68 CASE(3,TestJamo);
69 CASE(4,TestHangul);
70 CASE(5,TestGreek);
71 CASE(6,TestGreekUNGEGN);
72 CASE(
[all...]
/external/clang/INPUTS/
H A Dcfg-big-switch.c1 #define EXPAND_2_CASES(i, x, y) CASE(i, x, y); CASE(i + 1, x, y);
20 #define CASE(i, x, y) \ macro
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java23 int CASE = 304; field in interface:TokenId
/external/clang/lib/Basic/
H A DIdentifierTable.cpp207 #define CASE(LEN, FIRST, THIRD, NAME) \ macro
216 CASE( 2, 'i', '\0', if);
217 CASE( 4, 'e', 'i', elif);
218 CASE( 4, 'e', 's', else);
219 CASE( 4, 'l', 'n', line);
220 CASE( 4, 's', 'c', sccs);
221 CASE( 5, 'e', 'd', endif);
222 CASE( 5, 'e', 'r', error);
223 CASE( 5, 'i', 'e', ident);
224 CASE(
245 #undef CASE macro
[all...]
/external/webkit/Source/JavaScriptCore/parser/
H A DJSParser.h53 CASE, enumerator in enum:JSC::JSTokenType

Completed in 263 milliseconds

12