Home | History | Annotate | Download | only in intltest

Lines Matching defs:CASE

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);