HomeSort by relevance Sort by last modified time
    Searched refs:kLatter (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/unicode/
basictz.h 152 kLatter = 0x0C
170 kFormerLatterMask = kLatter
  /external/icu4c/i18n/unicode/
basictz.h 153 kLatter = 0x0C
173 kFormerLatterMask = kLatter
  /external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/i18n/
olsontz.cpp 387 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
499 } else if ((NonExistingTimeOpt & kFormerLatterMask) == kLatter) {
    [all...]
rbtz.cpp 385 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
903 } else if ((NonExistingTimeOpt & kFormerLatterMask) == kLatter) {
simpletz.cpp 534 || ((nonExistingTimeOpt & kStdDstMask) != kDaylight && (nonExistingTimeOpt & kFormerLatterMask) != kLatter)) {
    [all...]
  /external/icu4c/i18n/
olsontz.cpp 397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
509 } else if ((NonExistingTimeOpt & kFormerLatterMask) == kLatter) {
    [all...]
rbtz.cpp 405 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
930 } else if ((NonExistingTimeOpt & kFormerLatterMask) == kLatter) {
simpletz.cpp 535 || ((nonExistingTimeOpt & kStdDstMask) != kDaylight && (nonExistingTimeOpt & kFormerLatterMask) != kLatter)) {
    [all...]
calendar.cpp     [all...]

Completed in 1192 milliseconds