Searched defs:dstAvail (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dsimpletz.cpp988 UBool dstAvail = dstRule->getNextStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); local
989 if (stdAvail && (!dstAvail || stdDate < dstDate)) {
995 if (dstAvail && (!stdAvail || dstDate < stdDate)) {
1022 UBool dstAvail = dstRule->getPreviousStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); local
1023 if (stdAvail && (!dstAvail || stdDate > dstDate)) {
1029 if (dstAvail && (!stdAvail || dstDate > stdDate)) {
/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp988 UBool dstAvail = dstRule->getNextStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); local
989 if (stdAvail && (!dstAvail || stdDate < dstDate)) {
995 if (dstAvail && (!stdAvail || dstDate < stdDate)) {
1022 UBool dstAvail = dstRule->getPreviousStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); local
1023 if (stdAvail && (!dstAvail || stdDate > dstDate)) {
1029 if (dstAvail && (!stdAvail || dstDate > stdDate)) {

Completed in 75 milliseconds