Lines Matching defs:from
112 * Construct from a resource bundle
379 // Compute local epoch millis from input fields
490 from the end is the fastest approach, since
560 // observed from 1943 to the present, most clients will expect
815 * getting offset from finalZone has some problems.
923 TimeZoneRule *from = historicRules[typeMapData[ttidx]];
926 // The transitions loaded from zoneinfo.res may contain non-transition data
928 from->getName(fromName);
930 if (fromName == toName && from->getRawOffset() == to->getRawOffset()
931 && from->getDSTSavings() == to->getDSTSavings()) {
935 result.adoptFrom(from->clone());
984 TimeZoneRule *from = historicRules[typeMapData[ttidx-1]];
987 // The transitions loaded from zoneinfo.res may contain non-transition data
989 from->getName(fromName);
991 if (fromName == toName && from->getRawOffset() == to->getRawOffset()
992 && from->getDSTSavings() == to->getDSTSavings()) {
996 result.adoptFrom(from->clone());