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

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/0.153/src/
H A Dreadelf.c5835 Dwarf_Off abbroffset; local
5843 &abbroffset, &addrsize, &offsize,
5857 (uint64_t) offset, version, abbroffset, addrsize, offsize, local
5864 (uint64_t) offset, version, abbroffset, addrsize, offsize); local

Completed in 100 milliseconds