Searched refs:kFormer (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dbasictz.h152 kFormer = 0x04, enumerator in enum:BasicTimeZone::__anon12133
/external/icu/icu4c/source/i18n/unicode/
H A Dbasictz.h152 kFormer = 0x04, enumerator in enum:BasicTimeZone::__anon21921
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzoffloc.cpp282 // with nonExistingTimeOpt=kFormer/duplicatedTimeOpt=kLatter
286 TESTZONES[i]->getOffsetFromLocal(MILLIS[m], BasicTimeZone::kFormer, BasicTimeZone::kLatter,
289 errln((UnicodeString)"getOffsetFromLocal with kFormer/kLatter failed for TESTZONES[" + i + "]");
294 + dateStr + "(wall/kFormer/kLatter) - Got: "
303 // with nonExistingTimeOpt=kLatter/duplicatedTimeOpt=kFormer
307 TESTZONES[i]->getOffsetFromLocal(MILLIS[m], BasicTimeZone::kLatter, BasicTimeZone::kFormer,
310 errln((UnicodeString)"getOffsetFromLocal with kLatter/kFormer failed for TESTZONES[" + i + "]");
315 + dateStr + "(wall/kLatter/kFormer) - Got: "
/external/icu/icu4c/source/test/intltest/
H A Dtzoffloc.cpp282 // with nonExistingTimeOpt=kFormer/duplicatedTimeOpt=kLatter
286 TESTZONES[i]->getOffsetFromLocal(MILLIS[m], BasicTimeZone::kFormer, BasicTimeZone::kLatter,
289 errln((UnicodeString)"getOffsetFromLocal with kFormer/kLatter failed for TESTZONES[" + i + "]");
294 + dateStr + "(wall/kFormer/kLatter) - Got: "
303 // with nonExistingTimeOpt=kLatter/duplicatedTimeOpt=kFormer
307 TESTZONES[i]->getOffsetFromLocal(MILLIS[m], BasicTimeZone::kLatter, BasicTimeZone::kFormer,
310 errln((UnicodeString)"getOffsetFromLocal with kLatter/kFormer failed for TESTZONES[" + i + "]");
315 + dateStr + "(wall/kLatter/kFormer) - Got: "
/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.cpp397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
529 } else if ((DuplicatedTimeOpt & kFormerLatterMask) == kFormer) {
H A Drbtz.cpp401 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
941 } else if ((DuplicatedTimeOpt & kFormerLatterMask) == kFormer) {
H A Dsimpletz.cpp541 || ((duplicatedTimeOpt & kStdDstMask) != kStandard && (duplicatedTimeOpt & kFormerLatterMask) == kFormer)) {
H A Dcalendar.cpp2909 int duplicatedTimeOpt = (fRepeatedWallTime == UCAL_WALLTIME_FIRST) ? BasicTimeZone::kFormer : BasicTimeZone::kLatter;
2910 int nonExistingTimeOpt = (fSkippedWallTime == UCAL_WALLTIME_FIRST) ? BasicTimeZone::kLatter : BasicTimeZone::kFormer;
/external/icu/icu4c/source/i18n/
H A Dolsontz.cpp397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
529 } else if ((DuplicatedTimeOpt & kFormerLatterMask) == kFormer) {
H A Drbtz.cpp401 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
941 } else if ((DuplicatedTimeOpt & kFormerLatterMask) == kFormer) {
H A Dsimpletz.cpp541 || ((duplicatedTimeOpt & kStdDstMask) != kStandard && (duplicatedTimeOpt & kFormerLatterMask) == kFormer)) {
H A Dcalendar.cpp3070 int duplicatedTimeOpt = (fRepeatedWallTime == UCAL_WALLTIME_FIRST) ? BasicTimeZone::kFormer : BasicTimeZone::kLatter;
3071 int nonExistingTimeOpt = (fSkippedWallTime == UCAL_WALLTIME_FIRST) ? BasicTimeZone::kLatter : BasicTimeZone::kFormer;

Completed in 445 milliseconds