HomeSort by relevance Sort by last modified time
    Searched defs:CASE (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium_org/third_party/icu/source/test/intltest/
ittrans.cpp 28 #define CASE(id,test) case id: \
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)
    [all...]
pptest.cpp 20 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
26 CASE(0, TestParsePosition)
27 CASE(1, TestFieldPosition)
28 CASE(2, TestFieldPosition_example)
29 CASE(3, Test4109023)
tsputil.cpp 12 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
19 CASE(0, testMaxMin)
20 CASE(1, testNaN)
21 CASE(2, testPositiveInfinity)
22 CASE(3, testNegativeInfinity)
23 CASE(4, testZero)
24 // CASE(, testIEEEremainder)
canittst.cpp 25 #define CASE(id,test) case id: \
37 CASE(0, TestBasic);
38 CASE(1, TestExhaustive);
39 CASE(2, TestAPI);
itutil.cpp 37 #define CASE(id, test) case id: \
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)
    [all...]
jamotest.cpp 82 static const char* CASE[] = {
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);
139 // Handle case where round-trip is expected to fail
140 expect(*latinJamo, CASE[i], jamo);
141 expect(*jamoLatin, jamo, CASE[i+2]);
318 // Replaced a hyphen with a space to make the test case work with CLDR1.5
    [all...]
miscdtfm.cpp 27 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
34 CASE(0, test4097450)
35 CASE(1, test4099975)
36 CASE(2, test4117335)
nmfmtrt.cpp 34 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
40 CASE(0, start)
astrotst.cpp 23 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
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)
    [all...]
calcasts.cpp 6 * Calendar Case Test is a type of CalendarTest which compares the
22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
29 CASE(0,IslamicCivil);
30 CASE(1,Hebrew);
31 CASE(2,Indian);
32 CASE(3,Coptic);
33 CASE(4,Ethiopic);
38 #undef CASE
54 logln("Test case %d: julianday%f -> date %f\n", i, cases[i].julian, t)
    [all...]
dtfmtrtts.cpp 51 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
58 CASE(0,TestDateFormatRoundTrip)
59 CASE(1, TestCentury)
106 /* This test case worked OK by accident before. date[1] != date[0],
196 case DateFormat::SHORT: return "SHORT";
197 case DateFormat::MEDIUM: return "MEDIUM";
198 case DateFormat::LONG: return "LONG";
199 case DateFormat::FULL: return "FULL";
200 // case DateFormat::DEFAULT: return "DEFAULT"
    [all...]
normconf.cpp 23 #define CASE(id,test,exec) case id: \
34 CASE(0, TestConformance, exec);
36 CASE(1, TestConformance32, exec);
38 // CASE(2, TestCase6);
55 // Markus 2001oct26 - test edge case for iteration: U+0f73.cc==0 but decomposition.lead.cc==129
425 // see UAX #21 Case Mappings and Jitterbug 2021 and
432 dataerrln("Normalizer::compare(case-insensitive) sets %s", u_errorName(status));
435 errln("Normalizer::compare(original, NFD, case-insensitive) returned %d instead of 0 for equal", rc);
  /external/icu/icu4c/source/test/intltest/
ittrans.cpp 28 #define CASE(id,test) case id: \
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)
    [all...]
pptest.cpp 20 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
26 CASE(0, TestParsePosition)
27 CASE(1, TestFieldPosition)
28 CASE(2, TestFieldPosition_example)
29 CASE(3, Test4109023)
tsputil.cpp 12 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
19 CASE(0, testMaxMin)
20 CASE(1, testNaN)
21 CASE(2, testPositiveInfinity)
22 CASE(3, testNegativeInfinity)
23 CASE(4, testZero)
24 // CASE(, testIEEEremainder)
canittst.cpp 25 #define CASE(id,test) case id: \
37 CASE(0, TestBasic);
38 CASE(1, TestExhaustive);
39 CASE(2, TestAPI);
itutil.cpp 39 #define CASE(id, test) case id: \
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)
    [all...]
jamotest.cpp 82 static const char* CASE[] = {
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);
139 // Handle case where round-trip is expected to fail
140 expect(*latinJamo, CASE[i], jamo);
141 expect(*jamoLatin, jamo, CASE[i+2]);
318 // Replaced a hyphen with a space to make the test case work with CLDR1.5
    [all...]
miscdtfm.cpp 27 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
34 CASE(0, test4097450)
35 CASE(1, test4099975)
36 CASE(2, test4117335)
nmfmtrt.cpp 34 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
40 CASE(0, start)
  /external/chromium_org/third_party/skia/tools/
DumpRecord.cpp 84 #define CASE(U) case SkRecords::U##_Type: return #U;
85 switch(T::kType) { SK_RECORD_TYPES(CASE); }
86 #undef CASE
  /external/clang/INPUTS/
cfg-big-switch.c 1 #define EXPAND_2_CASES(i, x, y) CASE(i, x, y); CASE(i + 1, x, y);
20 #define CASE(i, x, y) \
21 case i: { int case_var = 3*x + i; y += case_var - 1; break; }
  /external/chromium_org/v8/test/cctest/compiler/
instruction-selector-tester.h 76 #define CASE(Name) \
77 case k##Name: \
79 TARGET_ARCH_OPCODE_LIST(CASE)
80 #undef CASE
  /external/chromium_org/third_party/skia/src/core/
SkRecord.h 201 #define CASE(T) case SkRecords::T##_Type: return f(*this->ptr<SkRecords::T>());
202 switch(type) { SK_RECORD_TYPES(CASE) }
203 #undef CASE
212 #define CASE(T) case SkRecords::T##_Type: return f(this->ptr<SkRecords::T>());
213 switch(type) { SK_RECORD_TYPES(CASE) }
214 #undef CASE
  /external/chromium_org/v8/src/compiler/
instruction-selector-unittest.cc 55 #define CASE(Name) \
56 case k##Name: \
58 TARGET_ARCH_OPCODE_LIST(CASE)
59 #undef CASE

Completed in 2351 milliseconds

1 2 3