Home | History | Annotate | Download | only in i18n

Lines Matching defs:after

667                     TimeZoneTransition after;
668 UBool afterTrs = btz->getNextTransition(date, FALSE, after);
670 && (after.getTime() - date < kDstCheckRange)
671 && after.getTo()->getDSTSavings() != 0) {
928 UBool isStandard = FALSE; // TODO: Temporary hack (on hack) for short standard name/location name conflict (found in zh_Hant), should be removed after CLDR 21m1 integration