HomeSort by relevance Sort by last modified time
    Searched full:klatter (Results 1 - 6 of 6) sorted by null

  /external/icu4c/test/intltest/
tzoffloc.cpp 282 // 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/icu4c/i18n/unicode/
basictz.h 153 kLatter = 0x0C
173 kFormerLatterMask = kLatter
  /external/icu4c/i18n/
rbtz.cpp 385 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
910 } else if ((NonExistingTimeOpt & kFormerLatterMask) == kLatter) {
olsontz.cpp 396 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
508 } else if ((NonExistingTimeOpt & kFormerLatterMask) == kLatter) {
    [all...]
simpletz.cpp 534 || ((nonExistingTimeOpt & kStdDstMask) != kDaylight && (nonExistingTimeOpt & kFormerLatterMask) != kLatter)) {
    [all...]
calendar.cpp     [all...]

Completed in 135 milliseconds