Home
last modified time | relevance | path

Searched refs:dstAvail (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dsimpletz.cpp990 …UBool dstAvail = dstRule->getNextStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), in… in getNextTransition() local
991 if (stdAvail && (!dstAvail || stdDate < dstDate)) { in getNextTransition()
997 if (dstAvail && (!stdAvail || dstDate < stdDate)) { in getNextTransition()
1024 …UBool dstAvail = dstRule->getPreviousStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings()… in getPreviousTransition() local
1025 if (stdAvail && (!dstAvail || stdDate > dstDate)) { in getPreviousTransition()
1031 if (dstAvail && (!stdAvail || dstDate > stdDate)) { in getPreviousTransition()