HomeSort by relevance Sort by last modified time
    Searched refs:btz (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
wintzimpl.cpp 39 BasicTimeZone *btz = (BasicTimeZone*)tz; // we should check type local
43 btz->getSimpleRulesNear(uprv_getUTCtime(), initial, std, dst, status);
ucal.cpp 740 const BasicTimeZone * btz = dynamic_cast<const BasicTimeZone *>(&tz); local
741 if (btz != NULL && U_SUCCESS(*status)) {
743 LocalPointer<BasicTimeZone> btzClone(static_cast<BasicTimeZone *>(btz->clone())); // getNext/PreviousTransition are non-const