Home | History | Annotate | Download | only in intltest

Lines Matching defs:CASE

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)
41 CASE(8,Test4114743)
42 CASE(9,Test4116444)
43 CASE(10,Test4114739)
44 CASE(11,Test4113018)
45 CASE(12,Test4106661)
46 CASE(13,Test4094906)
47 CASE(14,Test4118592)
48 CASE(15,Test4118594)
49 CASE(16,Test4105380)
50 CASE(17,Test4120552)
51 CASE(18,Test4142938)
52 CASE(19,TestChoicePatternQuote)
53 CASE(20,Test4112104)
54 CASE(21,TestAPI)
88 //in the other case.
218 case Formattable::kLong: fmt->format(obj.getLong(), temp); break;
219 case Formattable::kInt64: fmt->format(obj.getInt64(), temp); break;
220 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break;
233 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break;
234 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
235 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;
468 * MessageFormat.parse has different behavior in case of null.