Searched refs:UCAL_WALLTIME_FIRST (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2401 cal2->setRepeatedWallTimeOption(UCAL_WALLTIME_FIRST);
2402 cal2->setSkippedWallTimeOption(UCAL_WALLTIME_FIRST);
2414 if (cal2->getRepeatedWallTimeOption() != UCAL_WALLTIME_FIRST) {
2415 errln("Fail: Repeted time option is not UCAL_WALLTIME_FIRST");
2417 if (cal2->getSkippedWallTimeOption() != UCAL_WALLTIME_FIRST) {
2418 errln("Fail: Skipped time option is not UCAL_WALLTIME_FIRST");
2422 if (cal2->getRepeatedWallTimeOption() != UCAL_WALLTIME_FIRST) {
2423 errln("Fail: Repeated wall time option was updated other than UCAL_WALLTIME_FIRST");
2548 calFirst.setRepeatedWallTimeOption(UCAL_WALLTIME_FIRST);
2586 // UCAL_WALLTIME_FIRST
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducal.h919 UCAL_WALLTIME_FIRST, enumerator in enum:UCalendarWallTimeOption
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h917 UCAL_WALLTIME_FIRST, enumerator in enum:UCalendarWallTimeOption
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp2171 case UCAL_WALLTIME_FIRST:
2364 if (option == UCAL_WALLTIME_LAST || option == UCAL_WALLTIME_FIRST) {
3070 int duplicatedTimeOpt = (fRepeatedWallTime == UCAL_WALLTIME_FIRST) ? BasicTimeZone::kFormer : BasicTimeZone::kLatter;
3071 int nonExistingTimeOpt = (fSkippedWallTime == UCAL_WALLTIME_FIRST) ? BasicTimeZone::kLatter : BasicTimeZone::kFormer;
3079 if (fRepeatedWallTime == UCAL_WALLTIME_FIRST) {
3093 // Negative shift within last 6 hours. When UCAL_WALLTIME_FIRST is used and the given wall time falls
3099 if (!sawRecentNegativeShift && fSkippedWallTime == UCAL_WALLTIME_FIRST) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp2215 if (option == UCAL_WALLTIME_LAST || option == UCAL_WALLTIME_FIRST) {
2909 int duplicatedTimeOpt = (fRepeatedWallTime == UCAL_WALLTIME_FIRST) ? BasicTimeZone::kFormer : BasicTimeZone::kLatter;
2910 int nonExistingTimeOpt = (fSkippedWallTime == UCAL_WALLTIME_FIRST) ? BasicTimeZone::kLatter : BasicTimeZone::kFormer;
2918 if (fRepeatedWallTime == UCAL_WALLTIME_FIRST) {
2932 // Negative shift within last 6 hours. When UCAL_WALLTIME_FIRST is used and the given wall time falls
2938 if (!sawRecentNegativeShift && fSkippedWallTime == UCAL_WALLTIME_FIRST) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp2380 cal2->setRepeatedWallTimeOption(UCAL_WALLTIME_FIRST);
2381 cal2->setSkippedWallTimeOption(UCAL_WALLTIME_FIRST);
2393 if (cal2->getRepeatedWallTimeOption() != UCAL_WALLTIME_FIRST) {
2394 errln("Fail: Repeted time option is not UCAL_WALLTIME_FIRST");
2396 if (cal2->getSkippedWallTimeOption() != UCAL_WALLTIME_FIRST) {
2397 errln("Fail: Skipped time option is not UCAL_WALLTIME_FIRST");
2401 if (cal2->getRepeatedWallTimeOption() != UCAL_WALLTIME_FIRST) {
2402 errln("Fail: Repeated wall time option was updated other than UCAL_WALLTIME_FIRST");
2511 calFirst.setRepeatedWallTimeOption(UCAL_WALLTIME_FIRST);
2549 // UCAL_WALLTIME_FIRST
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c1970 /* UCAL_WALLTIME_FIRST on US fall transition */
1971 ucal_setAttribute(ucal, UCAL_REPEATED_WALL_TIME, UCAL_WALLTIME_FIRST);
1977 log_err("FAIL: Calculating time 2011-11-06 01:30:00 with UCAL_WALLTIME_FIRST - %s\n", u_errorName(status));
1980 log_data_err("FAIL: 2011-11-06 01:30:00 with UCAL_WALLTIME_FIRST - got: %f, expected: %f\n", t, expected);
1996 /* UCAL_WALLTIME_FIRST on US spring transition */
1997 ucal_setAttribute(ucal, UCAL_SKIPPED_WALL_TIME, UCAL_WALLTIME_FIRST);
2003 log_err("FAIL: Calculating time 2011-03-13 02:30:00 with UCAL_WALLTIME_FIRST - %s\n", u_errorName(status));
2006 log_data_err("FAIL: 2011-03-13 02:30:00 with UCAL_WALLTIME_FIRST - got: %f, expected: %f\n", t, expected);
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1974 /* UCAL_WALLTIME_FIRST on US fall transition */
1975 ucal_setAttribute(ucal, UCAL_REPEATED_WALL_TIME, UCAL_WALLTIME_FIRST);
1981 log_err("FAIL: Calculating time 2011-11-06 01:30:00 with UCAL_WALLTIME_FIRST - %s\n", u_errorName(status));
1984 log_data_err("FAIL: 2011-11-06 01:30:00 with UCAL_WALLTIME_FIRST - got: %f, expected: %f\n", t, expected);
2000 /* UCAL_WALLTIME_FIRST on US spring transition */
2001 ucal_setAttribute(ucal, UCAL_SKIPPED_WALL_TIME, UCAL_WALLTIME_FIRST);
2007 log_err("FAIL: Calculating time 2011-03-13 02:30:00 with UCAL_WALLTIME_FIRST - %s\n", u_errorName(status));
2010 log_data_err("FAIL: 2011-03-13 02:30:00 with UCAL_WALLTIME_FIRST - got: %f, expected: %f\n", t, expected);

Completed in 1786 milliseconds