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

  /external/icu4c/i18n/unicode/
rbtz.h 318 void getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt,
  /external/icu4c/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,

Completed in 41 milliseconds