Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCAL_WALLTIME_FIRST

2412     cal2->setRepeatedWallTimeOption(UCAL_WALLTIME_FIRST);
2413 cal2->setSkippedWallTimeOption(UCAL_WALLTIME_FIRST);
2425 if (cal2->getRepeatedWallTimeOption() != UCAL_WALLTIME_FIRST) {
2426 errln("Fail: Repeted time option is not UCAL_WALLTIME_FIRST");
2428 if (cal2->getSkippedWallTimeOption() != UCAL_WALLTIME_FIRST) {
2429 errln("Fail: Skipped time option is not UCAL_WALLTIME_FIRST");
2433 if (cal2->getRepeatedWallTimeOption() != UCAL_WALLTIME_FIRST) {
2434 errln("Fail: Repeated wall time option was updated other than UCAL_WALLTIME_FIRST");
2559 calFirst.setRepeatedWallTimeOption(UCAL_WALLTIME_FIRST);
2597 // UCAL_WALLTIME_FIRST
2604 errln(UnicodeString("Fail: Failed to get/set time calLast/calGMT (UCAL_WALLTIME_FIRST) - ")
2608 dataerrln(UnicodeString("Fail: UCAL_WALLTIME_FIRST ") + RPDATA[i].in.toString(buf, sizeof(buf)) + "[" + RPDATA[i].tzid + "] is parsed as "
2659 calFirst.setSkippedWallTimeOption(UCAL_WALLTIME_FIRST);
2718 // UCAL_WALLTIME_FIRST
2728 errln(UnicodeString("Fail: Failed to get/set time calFirst/calGMT (UCAL_WALLTIME_FIRST) - ")
2732 dataerrln(UnicodeString("Fail: UCAL_WALLTIME_FIRST ") + SKDATA[i].in.toString(buf, sizeof(buf)) + "[" + SKDATA[i].tzid + "] is parsed as "
2738 dataerrln(UnicodeString("Fail: An error expected (UCAL_WALLTIME_FIRST)") +
3467 {"America/Los_Angeles", CalFields(2014,3,8,1,59,59,999), 1, UCAL_WALLTIME_FIRST,
3477 {"America/Los_Angeles", CalFields(2014,3,8,2,0,0,0), 1, UCAL_WALLTIME_FIRST,
3487 {"America/Los_Angeles", CalFields(2014,3,8,2,30,0,0), 1, UCAL_WALLTIME_FIRST,
3497 {"America/Los_Angeles", CalFields(2014,3,8,3,0,0,0), 1, UCAL_WALLTIME_FIRST,
3507 {"America/Los_Angeles", CalFields(2014,3,10,1,59,59,999), -1, UCAL_WALLTIME_FIRST,
3517 {"America/Los_Angeles", CalFields(2014,3,10,2,0,0,0), -1, UCAL_WALLTIME_FIRST,
3527 {"America/Los_Angeles", CalFields(2014,3,10,2,30,0,0), -1, UCAL_WALLTIME_FIRST,
3537 {"America/Los_Angeles", CalFields(2014,3,10,3,0,0,0), -1, UCAL_WALLTIME_FIRST,
3548 {"America/Santiago", CalFields(2013,4,27,0,0,0,0), 134, UCAL_WALLTIME_FIRST,
3558 {"America/Santiago", CalFields(2013,4,27,0,30,0,0), 134, UCAL_WALLTIME_FIRST,
3569 {"Pacific/Apia", CalFields(2011,12,29,0,0,0,0), 1, UCAL_WALLTIME_FIRST,
3579 {"Pacific/Apia", CalFields(2011,12,31,12,0,0,0), -1, UCAL_WALLTIME_FIRST,
3590 {"Australia/Lord_Howe", CalFields(2013,10,5,2,15,0,0), 1, UCAL_WALLTIME_FIRST,
3620 const char *optDisp = AAZTDATA[i].skippedWTOpt == UCAL_WALLTIME_FIRST ? "FIRST" :