HomeSort by relevance Sort by last modified time
    Searched defs:CASE (Results 26 - 50 of 74) sorted by null

12 3

  /external/icu4c/test/intltest/
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);
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...]
msfmrgts.cpp 26 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
85 //in the other case.
220 case Formattable::kLong: fmt->format(obj.getLong(), temp); break;
221 case Formattable::kInt64: fmt->format(obj.getInt64(), temp); break;
222 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break;
235 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break;
236 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
237 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;
470 * MessageFormat.parse has different behavior in case of null
    [all...]
srchtest.cpp 23 #define CASE(id,test) \
24 case id: \
120 CASE(0, TestOpenClose)
122 CASE(1, TestInitialization)
123 CASE(2, TestBasic)
124 CASE(3, TestNormExact)
125 CASE(4, TestStrength)
127 case 5:
131 CASE(5, TestBreakIterator)
133 CASE(6, TestVariable
    [all...]
dtfmrgts.cpp 24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
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
    [all...]
transrt.cpp 37 #define CASE(id,test) case id: \
49 #define EXHAUSTIVE(id,test) case id: \
65 CASE(0, TestCyrillic);
66 // CASE(0,TestKana);
67 CASE(1,TestHiragana);
68 CASE(2,TestKatakana);
69 CASE(3,TestJamo);
70 CASE(4,TestHangul);
71 CASE(5,TestGreek)
    [all...]
tstnorm.cpp 25 #define CASE(id,test) case id: \
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)
    [all...]
tzregts.cpp 22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
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)
    [all...]
numrgts.cpp 103 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
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)
    [all...]
tzrulets.cpp 30 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
126 CASE(0, TestSimpleRuleBasedTimeZone);
127 CASE(1, TestHistoricalRuleBasedTimeZone);
128 CASE(2, TestOlsonTransition);
129 CASE(3, TestRBTZTransition);
130 CASE(4, TestHasEquivalentTransitions);
131 CASE(5, TestVTimeZoneRoundTrip);
132 CASE(6, TestVTimeZoneRoundTripPartial);
133 CASE(7, TestVTimeZoneSimpleWrite)
    [all...]
tztest.cpp 26 #define CASE(id,test) case id: \
38 // Some test case data is current date/tzdata version sensitive and producing errors
130 * Therefore, we should not interpret such case as an error.
790 * or AZOST, depending on which zone is meant, but in no case is it CAT.
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
msfmrgts.cpp 26 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
33 CASE(0,Test4074764)
34 CASE(1,Test4058973)
35 CASE(2,Test4031438)
36 CASE(3,Test4052223)
37 CASE(4,Test4104976)
38 CASE(5,Test4106659)
39 CASE(6,Test4106660)
40 CASE(7,Test4111739
    [all...]
tztest.cpp 25 #define CASE(id,test) case id: \
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)
    [all...]
srchtest.cpp 23 #define CASE(id,test) \
24 case id: \
120 CASE(0, TestOpenClose)
122 CASE(1, TestInitialization)
123 CASE(2, TestBasic)
124 CASE(3, TestNormExact)
125 CASE(4, TestStrength)
127 case 5:
131 CASE(5, TestBreakIterator)
133 CASE(6, TestVariable
    [all...]
dtfmrgts.cpp 24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
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
    [all...]
transrt.cpp 36 #define CASE(id,test) case id: \
48 #define EXHAUSTIVE(id,test) case id: \
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)
    [all...]
tstnorm.cpp 24 #define CASE(id,test) case id: \
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)
    [all...]
tzregts.cpp 22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
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)
    [all...]
numrgts.cpp 103 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
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)
    [all...]
tzrulets.cpp 30 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
126 CASE(0, TestSimpleRuleBasedTimeZone);
127 CASE(1, TestHistoricalRuleBasedTimeZone);
128 CASE(2, TestOlsonTransition);
129 CASE(3, TestRBTZTransition);
130 CASE(4, TestHasEquivalentTransitions);
131 CASE(5, TestVTimeZoneRoundTrip);
132 CASE(6, TestVTimeZoneRoundTripPartial);
133 CASE(7, TestVTimeZoneSimpleWrite)
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 202 // case values). Note that this depends on 'if' being null terminated.
206 #define CASE(LEN, FIRST, THIRD, NAME) \
207 case HASH(LEN, FIRST, THIRD): \
215 CASE( 2, 'i', '\0', if);
216 CASE( 4, 'e', 'i', elif);
217 CASE( 4, 'e', 's', else);
218 CASE( 4, 'l', 'n', line);
219 CASE( 4, 's', 'c', sccs);
220 CASE( 5, 'e', 'd', endif);
221 CASE( 5, 'e', 'r', error)
    [all...]
  /external/javassist/src/main/javassist/compiler/
TokenId.java 23 int CASE = 304;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 55 CASE = 273,
256 #define CASE 273

Completed in 815 milliseconds

12 3