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

/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp458 vector<int32_t> abbroffset; local
464 abbroffset.push_back(start-str);
472 vector<bool> abbrseen(abbroffset.size(), false);
478 find(abbroffset.begin(), abbroffset.end(), it->abbr);
479 if (x==abbroffset.end()) {
492 for (vector<int32_t>::const_iterator y=abbroffset.begin();
493 y!=abbroffset.end(); ++y) {
500 int32_t index = x - abbroffset.begin();
/external/elfutils/src/
H A Dreadelf.c3522 Dwarf_Off abbroffset; local
3527 if (dwarf_nextcu (dbg, offset, &nextcu, &cuhl, &abbroffset, &addrsize,
3534 (uint64_t) offset, /*version*/2, abbroffset, addrsize, offsize); local

Completed in 80 milliseconds