Home | History | Annotate | Download | only in tzcode

Lines Matching refs:abbroffset

458         vector<int32_t> abbroffset;
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();