Home | History | Annotate | Download | only in i18n

Lines Matching defs:curRule

164         TimeZoneRule *curRule = fInitialRule;
181 int32_t curStdOffset = curRule->getRawOffset();
182 int32_t curDstSavings = curRule->getDSTSavings();
189 curRule->getName(curName);
202 if (*r == *curRule ||
203 (name == curName && r->getRawOffset() == curRule->getRawOffset()
204 && r->getDSTSavings() == curRule->getDSTSavings())) {
232 if (*fr == *curRule) {
263 trst->from = curRule;
270 curRule = nextRule;
284 UBool avail0 = rule0->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt0);
285 UBool avail1 = rule1->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt1);
304 final0->from = curRule;
311 final0->from = curRule;