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

  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 458 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();
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 458 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();
    [all...]
  /external/elfutils/0.153/src/
readelf.c 5835 Dwarf_Off abbroffset; local
5857 (uint64_t) offset, version, abbroffset, addrsize, offsize, local
5864 (uint64_t) offset, version, abbroffset, addrsize, offsize); local
    [all...]

Completed in 133 milliseconds