Home | History | Annotate | Download | only in intltest

Lines Matching defs:CASE

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";
201 case DateFormat::DATE_OFFSET: return "DATE_OFFSET";
202 case DateFormat::NONE: return "NONE";
203 case DateFormat::DATE_TIME: return "DATE_TIME";
438 if(dmatch > maxDmatch || smatch > maxSmatch) { // Special case for Japanese and Islamic (could have large negative years)