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

  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 424 int32_t initialTypeIdx = -1;
435 initialTypeIdx = i;
440 initialTypeIdx = 0;
442 assert(initialTypeIdx >= 0);
445 info.transitions.insert(itr, Transition(LOWEST_TIME32, initialTypeIdx));
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 424 int32_t initialTypeIdx = -1;
435 initialTypeIdx = i;
440 initialTypeIdx = 0;
442 assert(initialTypeIdx >= 0);
445 info.transitions.insert(itr, Transition(LOWEST_TIME32, initialTypeIdx));
    [all...]

Completed in 52 milliseconds