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

  /external/icu4c/i18n/
olsontz.cpp 59 /*OlsonTimeZone::OlsonTimeZone() : finalYear(INT32_MAX), finalMillis(DBL_MAX), finalZone(0), transitionRulesInitialized(FALSE) {
85 finalYear(INT32_MAX), finalMillis(DBL_MAX), finalZone(0), transitionRulesInitialized(FALSE)
190 finalZone = new SimpleTimeZone(rawOffset, emptyStr,
198 // Make sure finalZone was created
199 if (finalZone == NULL) {
223 BasicTimeZone(other), finalZone(0) {
238 delete finalZone;
239 finalZone = (other.finalZone != 0) ?
240 (SimpleTimeZone*) other.finalZone->clone() : 0
    [all...]
olsontz.h 327 * rather than the finalZone. If there is no finalZone, then this
334 * The millis for the start of the first year for which finalZone
335 * is to be used, or DBL_MAX if finalZone is 0. NOTE: This is
342 * If and only if finalYear == INT32_MAX then finalZone == 0.
344 SimpleTimeZone *finalZone; // owned, may be NULL

Completed in 73 milliseconds