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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
rbtz.h 318 void getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt,
  /external/icu4c/i18n/unicode/
rbtz.h 318 void getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt,
  /external/chromium_org/third_party/icu/source/i18n/
rbtz.cpp 375 getOffsetInternal(time, TRUE, kDaylight, kStandard, rawOffset, dstOffset, status);
385 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
391 getOffsetInternal(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, status);
399 RuleBasedTimeZone::getOffsetInternal(UDate date, UBool local,
  /external/icu4c/i18n/
rbtz.cpp 395 getOffsetInternal(time, TRUE, kDaylight, kStandard, rawOffset, dstOffset, status);
405 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
411 getOffsetInternal(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, status);
419 RuleBasedTimeZone::getOffsetInternal(UDate date, UBool local,

Completed in 118 milliseconds