Searched defs:dstAvail (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A D | simpletz.cpp | 991 UBool dstAvail = dstRule->getNextStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getNextTransition() local 1025 UBool dstAvail = dstRule->getPreviousStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getPreviousTransition() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | simpletz.cpp | 991 UBool dstAvail = dstRule->getNextStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getNextTransition() local 1025 UBool dstAvail = dstRule->getPreviousStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getPreviousTransition() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | simpletz.cpp | 993 UBool dstAvail = dstRule->getNextStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getNextTransition() local 1027 UBool dstAvail = dstRule->getPreviousStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getPreviousTransition() local
|
Completed in 6 milliseconds