Searched refs:UCAL_WALLTIME_NEXT_VALID (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dcaltest.cpp2421 cal2->setRepeatedWallTimeOption(UCAL_WALLTIME_NEXT_VALID);
2649 calNextAvail.setSkippedWallTimeOption(UCAL_WALLTIME_NEXT_VALID);
2731 // UCAL_WALLTIME_NEXT_VALID
2741 errln(UnicodeString("Fail: Failed to get/set time calNextAvail/calGMT (UCAL_WALLTIME_NEXT_VALID) - ")
2745 dataerrln(UnicodeString("Fail: UCAL_WALLTIME_NEXT_VALID ") + SKDATA[i].in.toString(buf, sizeof(buf)) + "[" + SKDATA[i].tzid + "] is parsed as "
2751 dataerrln(UnicodeString("Fail: An error expected (UCAL_WALLTIME_NEXT_VALID)") +
3015 {"America/Los_Angeles", CalFields(2014,3,8,1,59,59,999), 1, UCAL_WALLTIME_NEXT_VALID,
3025 {"America/Los_Angeles", CalFields(2014,3,8,2,0,0,0), 1, UCAL_WALLTIME_NEXT_VALID,
3035 {"America/Los_Angeles", CalFields(2014,3,8,2,30,0,0), 1, UCAL_WALLTIME_NEXT_VALID,
3045 {"America/Los_Angeles", CalFields(2014,3,8,3,0,0,0), 1, UCAL_WALLTIME_NEXT_VALID,
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Ducal.h923 UCAL_WALLTIME_NEXT_VALID enumerator in enum:UCalendarWallTimeOption
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcalendar.cpp2181 case UCAL_WALLTIME_NEXT_VALID:
2980 if (!isLenient() || fSkippedWallTime == UCAL_WALLTIME_NEXT_VALID) {
2997 U_ASSERT(fSkippedWallTime == UCAL_WALLTIME_NEXT_VALID);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dccaltst.c2022 /* UCAL_WALLTIME_NEXT_VALID on US spring transition */
2023 ucal_setAttribute(ucal, UCAL_SKIPPED_WALL_TIME, UCAL_WALLTIME_NEXT_VALID);
2029 log_err("FAIL: Calculating time 2011-03-13 02:30:00 with UCAL_WALLTIME_NEXT_VALID - %s\n", u_errorName(status));
2032 log_data_err("FAIL: 2011-03-13 02:30:00 with UCAL_WALLTIME_NEXT_VALID - got: %f, expected: %f\n", t, expected);

Completed in 302 milliseconds