Searched defs:initialTypeIdx (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp425 int32_t initialTypeIdx = -1; local
436 initialTypeIdx = i;
441 initialTypeIdx = 0;
443 assert(initialTypeIdx >= 0);
446 info.transitions.insert(itr, Transition(LOWEST_TIME32, initialTypeIdx));

Completed in 405 milliseconds