Lines Matching defs:skipLengthAtMatch
59 SkippedState() : pos(0), skipLengthAtMatch(0) {}107 skipLengthAtMatch = 0;115 void recordMatch() { skipLengthAtMatch = newBuffer.length(); }120 oldBuffer.replace(0, pos, newBuffer, 0, skipLengthAtMatch);139 int32_t skipLengthAtMatch;