Home
last modified time | relevance | path

Searched refs:LOWEST_TIME32 (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp63 const int64_t LOWEST_TIME32 = (int64_t)((int32_t)0x80000000); variable
369 if (transitionTimes[i] < LOWEST_TIME32) { in readzoneinfo()
388 info.transitions.insert(itr, Transition(LOWEST_TIME32, transitionTypes[minidx])); in readzoneinfo()
446 info.transitions.insert(itr, Transition(LOWEST_TIME32, initialTypeIdx)); in readzoneinfo()
1042 if (trn != transitions.end() && trn->time < LOWEST_TIME32) { in print()
1044 for (first = true; trn != transitions.end() && trn->time < LOWEST_TIME32; ++trn) { in print()