/external/icu4c/i18n/unicode/ |
D | basictz.h | 60 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
|
D | rbtz.h | 268 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
|
D | vtzone.h | 332 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
|
D | simpletz.h | 722 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
|
/external/icu4c/i18n/ |
D | basictz.cpp | 215 avail = getPreviousTransition(date, TRUE, tr); in getSimpleRulesNear() 258 avail = getPreviousTransition(date, TRUE, tr); in getSimpleRulesNear() 337 avail = getPreviousTransition(start, TRUE, tzt); in getTimeZoneRulesAfter()
|
D | olsontz.h | 246 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
|
D | olsontz.cpp | 928 OlsonTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con… in getPreviousTransition() function in OlsonTimeZone 942 return finalZoneWithStartYear->getPreviousTransition(base, inclusive, result); in getPreviousTransition() 977 return getPreviousTransition(startTime, false, result); in getPreviousTransition()
|
D | vzone.cpp | 167 …return ((VTimeZone*)zone)->VTimeZone::getPreviousTransition(base, inclusive, *(TimeZoneTransition*… in vzone_getPreviousTransition()
|
D | ucal.cpp | 747 btzClone->getPreviousTransition(base, inclusive, tzt); in ucal_getTimeZoneTransitionDate()
|
D | simpletz.cpp | 1004 SimpleTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*co… in getPreviousTransition() function in SimpleTimeZone
|
D | rbtz.cpp | 547 RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /… in getPreviousTransition() function in RuleBasedTimeZone
|
D | vtzone.cpp | 1232 VTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/… in getPreviousTransition() function in VTimeZone 1233 return tz->getPreviousTransition(base, inclusive, result); in getPreviousTransition()
|
D | tzgnames.cpp | 670 UBool beforTrs = btz->getPreviousTransition(date, TRUE, before); in formatGenericNonLocationName()
|
D | smpdtfmt.cpp | 1894 beforeTrsAvail = btz->getPreviousTransition(beforeT, TRUE, beforeTrs); in parse()
|
D | calendar.cpp | 2812 … UBool hasTransition = btz->getPreviousTransition(tmpTime, TRUE, transition); in computeTime()
|
/external/icu4c/test/intltest/ |
D | tzrulets.cpp | 1534 avail1 = stz1->getPreviousTransition(time1, FALSE, tzt1); in TestSimpleTimeZoneCoverage() 1569 avail1 = stz1->getPreviousTransition(time1, FALSE, tzt1); in TestSimpleTimeZoneCoverage() 1604 avail1 = stz1->getPreviousTransition(time1, FALSE, tzt1); in TestSimpleTimeZoneCoverage() 1736 btr1 = otz->getPreviousTransition(base, FALSE, tzt1); in TestVTimeZoneCoverage() 1737 btr2 = vtz->getPreviousTransition(base, FALSE, tzt2); in TestVTimeZoneCoverage() 2175 avail = stz.getPreviousTransition(t, TRUE, tzt); in TestT6669() 2377 avail = icutz.getPreviousTransition(time, FALSE, tzt); in verifyTransitions() 2481 avail1 = z1.getPreviousTransition(time, inclusive, tzt1); in compareTransitionsDescending() 2482 avail2 = z2.getPreviousTransition(time, inclusive, tzt2); in compareTransitionsDescending()
|