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

  /external/icu/icu4c/source/i18n/unicode/
basictz.h 173 kFormerLatterMask = kLatter
  /external/icu/icu4c/source/i18n/
olsontz.cpp 514 } else if ((NonExistingTimeOpt & kFormerLatterMask) == kLatter) {
529 } else if ((DuplicatedTimeOpt & kFormerLatterMask) == kFormer) {
    [all...]
rbtz.cpp 926 } else if ((NonExistingTimeOpt & kFormerLatterMask) == kLatter) {
941 } else if ((DuplicatedTimeOpt & kFormerLatterMask) == kFormer) {
simpletz.cpp 535 || ((nonExistingTimeOpt & kStdDstMask) != kDaylight && (nonExistingTimeOpt & kFormerLatterMask) != kLatter)) {
541 || ((duplicatedTimeOpt & kStdDstMask) != kStandard && (duplicatedTimeOpt & kFormerLatterMask) == kFormer)) {
    [all...]

Completed in 314 milliseconds