Searched refs:btz (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
D | wintzimpl.cpp | 39 BasicTimeZone *btz = (BasicTimeZone*)tz; // we should check type in getSystemTimeInformation() local 43 btz->getSimpleRulesNear(uprv_getUTCtime(), initial, std, dst, status); in getSystemTimeInformation()
|
D | tzgnames.cpp | 595 BasicTimeZone *btz = NULL; in formatGenericNonLocationName() local 600 btz = (BasicTimeZone*)tmptz; in formatGenericNonLocationName() 603 if (btz != NULL) { in formatGenericNonLocationName() 605 UBool beforTrs = btz->getPreviousTransition(date, TRUE, before); in formatGenericNonLocationName() 612 UBool afterTrs = btz->getNextTransition(date, FALSE, after); in formatGenericNonLocationName()
|
D | smpdtfmt.cpp | 2080 BasicTimeZone *btz = NULL; in parse() local 2086 btz = (BasicTimeZone*)&tz; in parse() 2097 if (btz != NULL) { in parse() 2099 btz->getOffsetFromLocal(localMillis, in parse() 2102 btz->getOffsetFromLocal(localMillis, in parse() 2120 if (btz != NULL) { in parse() 2130 beforeTrsAvail = btz->getPreviousTransition(beforeT, TRUE, beforeTrs); in parse() 2143 afterTrsAvail = btz->getNextTransition(afterT, FALSE, afterTrs); in parse() 2165 resolvedSavings = btz->getDSTSavings(); in parse()
|