Searched refs:CASE (Results 1 - 25 of 101) sorted by relevance

12345

/external/chromium_org/third_party/icu/source/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 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 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 Ditutil.cpp37 #define CASE(id, test) case id: \ macro
50 CASE(0, MultithreadTest);
51 CASE(1, StringTest);
52 CASE(2, UnicodeStringTest);
53 CASE(3, LocaleTest);
54 CASE(4, CharIterTest);
55 CASE(5, UObjectTest);
56 CASE(6, UnicodeTest);
57 CASE(7, ResourceBundleTest);
58 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 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 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 Dtstnorm.cpp25 #define CASE(id,test) case id: \ macro
39 CASE(0,TestDecomp);
40 CASE(1,TestCompatDecomp);
41 CASE(2,TestCanonCompose);
42 CASE(3,TestCompatCompose);
43 CASE(4,TestPrevious);
44 CASE(5,TestHangulDecomp);
45 CASE(6,TestHangulCompose);
46 CASE(7,TestTibetan);
47 CASE(
[all...]
/external/icu/icu4c/source/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 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 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 Ditutil.cpp39 #define CASE(id, test) case id: \ macro
52 CASE(0, MultithreadTest);
53 CASE(1, StringTest);
54 CASE(2, UnicodeStringTest);
55 CASE(3, LocaleTest);
56 CASE(4, CharIterTest);
57 CASE(5, UObjectTest);
58 CASE(6, UnicodeTest);
59 CASE(7, ResourceBundleTest);
60 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 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 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 Dtstnorm.cpp25 #define CASE(id,test) case id: \ macro
39 CASE(0,TestDecomp);
40 CASE(1,TestCompatDecomp);
41 CASE(2,TestCanonCompose);
42 CASE(3,TestCompatCompose);
43 CASE(4,TestPrevious);
44 CASE(5,TestHangulDecomp);
45 CASE(6,TestHangulCompose);
46 CASE(7,TestTibetan);
47 CASE(
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSTokenizer-in.cpp773 CASE("not") {
777 CASE("url") {
781 CASE("cue") {
785 CASE("calc") {
789 CASE("host") {
793 CASE("host-context") {
797 CASE("nth-child") {
801 CASE("nth-of-type") {
805 CASE("nth-last-child") {
809 CASE("nt
[all...]
/external/clang/lib/Basic/
H A DIdentifierTable.cpp210 #define CASE(LEN, FIRST, THIRD, NAME) \ macro
219 CASE( 2, 'i', '\0', if);
220 CASE( 4, 'e', 'i', elif);
221 CASE( 4, 'e', 's', else);
222 CASE( 4, 'l', 'n', line);
223 CASE( 4, 's', 'c', sccs);
224 CASE( 5, 'e', 'd', endif);
225 CASE( 5, 'e', 'r', error);
226 CASE( 5, 'i', 'e', ident);
227 CASE(
248 #undef CASE macro
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMetaElement-in.cpp184 CASE("device-width") {
187 CASE("device-height") {
212 CASE("yes") {
215 CASE("no") {
218 CASE("device-width") {
221 CASE("device-height") {
254 CASE("yes") {
258 CASE("no") {
262 CASE("device-width") {
265 CASE("devic
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkRecord.h201 #define CASE(T) case SkRecords::T##_Type: return f(*this->ptr<SkRecords::T>()); macro
202 switch(type) { SK_RECORD_TYPES(CASE) }
203 #undef CASE macro
212 #define CASE(T) case SkRecords::T##_Type: return f(this->ptr<SkRecords::T>()); macro
213 switch(type) { SK_RECORD_TYPES(CASE) }
214 #undef CASE macro
/external/skia/src/core/
H A DSkRecord.h197 #define CASE(T) case SkRecords::T##_Type: return f(*this->ptr<SkRecords::T>()); macro
198 switch(type) { SK_RECORD_TYPES(CASE) }
199 #undef CASE macro
208 #define CASE(T) case SkRecords::T##_Type: return f(this->ptr<SkRecords::T>()); macro
209 switch(type) { SK_RECORD_TYPES(CASE) }
210 #undef CASE macro
/external/chromium_org/third_party/skia/tools/
H A DDumpRecord.cpp84 #define CASE(U) case SkRecords::U##_Type: return #U; macro
85 switch(T::kType) { SK_RECORD_TYPES(CASE); }
86 #undef CASE macro
/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/skia/tools/
H A DDumpRecord.cpp86 #define CASE(U) case SkRecords::U##_Type: return #U; macro
87 switch(T::kType) { SK_RECORD_TYPES(CASE); }
88 #undef CASE macro
/external/chromium_org/v8/test/cctest/compiler/
H A Dinstruction-selector-tester.h76 #define CASE(Name) \ macro
79 TARGET_ARCH_OPCODE_LIST(CASE)
80 #undef CASE macro

Completed in 409 milliseconds

12345