Lines Matching refs:abbroffset
459 vector<int32_t> abbroffset;
465 abbroffset.push_back(start-str);
473 vector<bool> abbrseen(abbroffset.size(), false);
479 find(abbroffset.begin(), abbroffset.end(), it->abbr);
480 if (x==abbroffset.end()) {
493 for (vector<int32_t>::const_iterator y=abbroffset.begin();
494 y!=abbroffset.end(); ++y) {
501 int32_t index = x - abbroffset