Home | History | Annotate | Download | only in intltest

Lines Matching defs:CASE

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)
104 /* This test case worked OK by accident before. date[1] != date[0],
194 case DateFormat::SHORT: return "SHORT";
195 case DateFormat::MEDIUM: return "MEDIUM";
196 case DateFormat::LONG: return "LONG";
197 case DateFormat::FULL: return "FULL";
198 // case DateFormat::DEFAULT: return "DEFAULT";
199 case DateFormat::DATE_OFFSET: return "DATE_OFFSET";
200 case DateFormat::NONE: return "NONE";
201 case DateFormat::DATE_TIME: return "DATE_TIME";
437 * Special case for Japanese and Buddhist (could have large negative years)