Searched refs:stdAvail (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/ |
D | simpletz.cpp | 992 …UBool stdAvail = stdRule->getNextStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), in… in getNextTransition() local 994 if (stdAvail && (!dstAvail || stdDate < dstDate)) { in getNextTransition() 1000 if (dstAvail && (!stdAvail || dstDate < stdDate)) { in getNextTransition() 1026 …UBool stdAvail = stdRule->getPreviousStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings()… in getPreviousTransition() local 1028 if (stdAvail && (!dstAvail || stdDate > dstDate)) { in getPreviousTransition() 1034 if (dstAvail && (!stdAvail || dstDate > stdDate)) { in getPreviousTransition()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | simpletz.cpp | 992 …UBool stdAvail = stdRule->getNextStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), in… in getNextTransition() local 994 if (stdAvail && (!dstAvail || stdDate < dstDate)) { in getNextTransition() 1000 if (dstAvail && (!stdAvail || dstDate < stdDate)) { in getNextTransition() 1026 …UBool stdAvail = stdRule->getPreviousStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings()… in getPreviousTransition() local 1028 if (stdAvail && (!dstAvail || stdDate > dstDate)) { in getPreviousTransition() 1034 if (dstAvail && (!stdAvail || dstDate > stdDate)) { in getPreviousTransition()
|
/third_party/icu/icu4c/source/i18n/ |
D | simpletz.cpp | 992 …UBool stdAvail = stdRule->getNextStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), in… in getNextTransition() local 994 if (stdAvail && (!dstAvail || stdDate < dstDate)) { in getNextTransition() 1000 if (dstAvail && (!stdAvail || dstDate < stdDate)) { in getNextTransition() 1026 …UBool stdAvail = stdRule->getPreviousStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings()… in getPreviousTransition() local 1028 if (stdAvail && (!dstAvail || stdDate > dstDate)) { in getPreviousTransition() 1034 if (dstAvail && (!stdAvail || dstDate > stdDate)) { in getPreviousTransition()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | simpletz.cpp | 989 …UBool stdAvail = stdRule->getNextStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), in… in getNextTransition() local 991 if (stdAvail && (!dstAvail || stdDate < dstDate)) { in getNextTransition() 997 if (dstAvail && (!stdAvail || dstDate < stdDate)) { in getNextTransition() 1023 …UBool stdAvail = stdRule->getPreviousStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings()… in getPreviousTransition() local 1025 if (stdAvail && (!dstAvail || stdDate > dstDate)) { in getPreviousTransition() 1031 if (dstAvail && (!stdAvail || dstDate > stdDate)) { in getPreviousTransition()
|