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

  /external/icu/icu4c/source/i18n/unicode/
rbtz.h 318 void getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt,
  /external/icu/icu4c/source/i18n/
rbtz.cpp 391 getOffsetInternal(time, TRUE, kDaylight, kStandard, rawOffset, dstOffset, status);
401 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
407 getOffsetInternal(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, status);
415 RuleBasedTimeZone::getOffsetInternal(UDate date, UBool local,

Completed in 226 milliseconds