Home | History | Annotate | Download | only in i18n

Lines Matching defs:to

12 #include "utypeinfo.h"  // for 'typeid' to work
114 * to lookup the rule that `res' may refer to, if there is one.
115 * @param res the resource bundle of the zone to be constructed
130 // TODO -- clean up -- Doesn't work if res points to an alias
225 // Note: Setting finalStartYear to the finalZone is problematic. When a date is around
237 // historic transition data or finalZone to be used. In an
422 // Nothing to do!
560 // observed from 1943 to the present, most clients will expect
561 // this method to return FALSE. This method determines whether
721 // Check to make sure initialRule was created
732 // We probably no longer need to check the first "real" transition
746 UDate* times = (UDate*)uprv_malloc(sizeof(UDate)*transCount); /* large enough to store all transition times */
798 // Check to make sure firstTZTransition was created.
820 // Check to make sure finalZone was actually cloned.
831 // Check to make sure firstFinalRule received proper clone.
841 // Check to make sure finalZone was actually cloned.
866 // Check to make sure firstFinalTZTransition was created before dereferencing
922 TimeZoneRule *to = historicRules[typeMapData[ttidx + 1]];
929 to->getName(toName);
930 if (fromName == toName && from->getRawOffset() == to->getRawOffset()
931 && from->getDSTSavings() == to->getDSTSavings()) {
936 result.adoptTo(to->clone());
983 TimeZoneRule *to = historicRules[typeMapData[ttidx]];
990 to->getName(toName);
991 if (fromName == toName && from->getRawOffset() == to->getRawOffset()
992 && from->getDSTSavings() == to->getDSTSavings()) {
997 result.adoptTo(to->clone());