Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
H A Dsimpletz.cpp991 UBool dstAvail = dstRule->getNextStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getNextTransition() local
992 if (stdAvail && (!dstAvail || stdDate < dstDate)) { in getNextTransition()
998 if (dstAvail && (!stdAvail || dstDate < stdDate)) { in getNextTransition()
1025 UBool dstAvail = dstRule->getPreviousStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getPreviousTransition() local
1026 if (stdAvail && (!dstAvail || stdDate > dstDate)) { in getPreviousTransition()
1032 if (dstAvail && (!stdAvail || dstDate > stdDate)) { in getPreviousTransition()
/third_party/node/deps/icu-small/source/i18n/
H A Dsimpletz.cpp991 UBool dstAvail = dstRule->getNextStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getNextTransition() local
992 if (stdAvail && (!dstAvail || stdDate < dstDate)) { in getNextTransition()
998 if (dstAvail && (!stdAvail || dstDate < stdDate)) { in getNextTransition()
1025 UBool dstAvail = dstRule->getPreviousStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getPreviousTransition() local
1026 if (stdAvail && (!dstAvail || stdDate > dstDate)) { in getPreviousTransition()
1032 if (dstAvail && (!stdAvail || dstDate > stdDate)) { in getPreviousTransition()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsimpletz.cpp993 UBool dstAvail = dstRule->getNextStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getNextTransition() local
994 if (stdAvail && (!dstAvail || stdDate < dstDate)) { in getNextTransition()
1000 if (dstAvail && (!stdAvail || dstDate < stdDate)) { in getNextTransition()
1027 UBool dstAvail = dstRule->getPreviousStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getPreviousTransition() local
1028 if (stdAvail && (!dstAvail || stdDate > dstDate)) { in getPreviousTransition()
1034 if (dstAvail && (!stdAvail || dstDate > stdDate)) { in getPreviousTransition()

Completed in 7 milliseconds