Home | History | Annotate | Download | only in editing

Lines Matching refs:matchLength

2047 inline bool SearchBuffer::isBadMatch(const UChar* match, size_t matchLength) const
2056 normalizeCharacters(match, matchLength, m_normalizedMatch);
2585 size_t matchLength = 0;
2610 matchLength = newMatchLength;
2623 return matchLength;
2630 size_t matchLength;
2633 matchLength = findPlainText(findIterator, target, options, matchStart);
2634 if (!matchLength)
2640 return characterSubrange(computeRangeIterator, matchStart, matchLength);