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

  /external/chromium/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/third_party/icu/public/i18n/unicode/
basictz.h 151 kFormer = 0x04,
  /external/icu4c/i18n/unicode/
basictz.h 151 kFormer = 0x04,
  /external/chromium/third_party/icu/source/i18n/
rbtz.cpp 383 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
916 } else if ((DuplicatedTimeOpt & kFormerLatterMask) == kFormer) {
olsontz.cpp 345 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
446 } else if ((DuplicatedTimeOpt & kFormerLatterMask) == kFormer) {
    [all...]
simpletz.cpp 538 || (duplicatedTimeOpt & kStdDstMask) != kStandard && (duplicatedTimeOpt & kFormerLatterMask) == kFormer) {
    [all...]
  /external/icu4c/i18n/
rbtz.cpp 383 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
916 } else if ((DuplicatedTimeOpt & kFormerLatterMask) == kFormer) {
olsontz.cpp 385 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
512 } else if ((DuplicatedTimeOpt & kFormerLatterMask) == kFormer) {
    [all...]
simpletz.cpp 538 || (duplicatedTimeOpt & kStdDstMask) != kStandard && (duplicatedTimeOpt & kFormerLatterMask) == kFormer) {
    [all...]

Completed in 341 milliseconds