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

1 2 3

  /external/chromium/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...]
itutil.cpp 32 #define CASE(id, test) case id: \
45 CASE(0, MultithreadTest);
46 CASE(1, StringTest);
47 CASE(2, UnicodeStringTest);
48 CASE(3, LocaleTest);
49 CASE(4, CharIterTest);
50 CASE(5, UnicodeTest);
51 CASE(6, ResourceBundleTest);
52 CASE(7, NewResourceBundleTest);
    [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(5, testU_INLINE)
25 // CASE(, testIEEEremainder)
canittst.cpp 25 #define CASE(id,test) case id: \
37 CASE(0, TestBasic);
38 CASE(1, TestExhaustive);
39 CASE(2, TestAPI);
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)
uobjtest.cpp 465 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
472 CASE(0, testIDs);
473 CASE(1, testUMemory);
474 CASE(2, TestMFCCompatibility);
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 49 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
56 CASE(0,TestDateFormatRoundTrip)
57 CASE(1, TestCentury)
101 /* This test case worked OK by accident before. date[1] != date[0],
189 case DateFormat::SHORT: return "SHORT";
190 case DateFormat::MEDIUM: return "MEDIUM";
191 case DateFormat::LONG: return "LONG";
192 case DateFormat::FULL: return "FULL";
193 // case DateFormat::DEFAULT: return "DEFAULT"
    [all...]
incaltst.cpp 64 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
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)
    [all...]
normconf.cpp 24 #define CASE(id,test) case id: \
35 CASE(0, TestConformance);
36 CASE(1, TestConformance32);
37 // CASE(2, TestCase6);
54 // Markus 2001oct26 - test edge case for iteration: U+0f73.cc==0 but decomposition.lead.cc==129
408 // see UAX #21 Case Mappings and Jitterbug 2021 and
415 errln("Normalizer::compare(case-insensitive) sets %s", u_errorName(status));
418 errln("Normalizer::compare(original, NFD, case-insensitive) returned %d instead of 0 for equal", rc);
  /external/icu4c/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(5, testU_INLINE)
25 // 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 34 #define CASE(id, test) case id: \
47 CASE(0, MultithreadTest);
48 CASE(1, StringTest);
49 CASE(2, UnicodeStringTest);
50 CASE(3, LocaleTest);
51 CASE(4, CharIterTest);
52 CASE(5, UnicodeTest);
53 CASE(6, ResourceBundleTest);
54 CASE(7, NewResourceBundleTest);
    [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)
uobjtest.cpp 468 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
475 CASE(0, testIDs);
476 CASE(1, testUMemory);
477 CASE(2, TestMFCCompatibility);
  /external/bluetooth/glib/glib/
gstdio.c 319 #define CASE(a,b) case ERROR_##a: save_errno = b; break
320 CASE (FILE_NOT_FOUND, ENOENT);
321 CASE (PATH_NOT_FOUND, ENOENT);
322 CASE (ACCESS_DENIED, EACCES);
323 CASE (NOT_SAME_DEVICE, EXDEV);
324 CASE (LOCK_VIOLATION, EACCES);
325 CASE (SHARING_VIOLATION, EACCES);
326 CASE (FILE_EXISTS, EEXIST);
327 CASE (ALREADY_EXISTS, EEXIST)
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.c 262 #define CASE(x) case ERROR_WINHTTP_##x: return g_strdup ("WinHttp error: " #x);
263 CASE (AUTO_PROXY_SERVICE_ERROR);
264 CASE (AUTODETECTION_FAILED);
265 CASE (BAD_AUTO_PROXY_SCRIPT);
266 CASE (CANNOT_CALL_AFTER_OPEN);
267 CASE (CANNOT_CALL_AFTER_SEND);
268 CASE (CANNOT_CALL_BEFORE_OPEN);
269 CASE (CANNOT_CALL_BEFORE_SEND);
270 CASE (CANNOT_CONNECT)
    [all...]

Completed in 268 milliseconds

1 2 3