Home | History | Annotate | Download | only in editing

Lines Matching defs:search

59 // Buffer that knows how to compare with a search target.
60 // Keeps enough of the previous text to be able to search in the future, but no more.
79 size_t search(size_t& startOffset);
1690 // ICU's search ignores the distinction between small kana letters and ones
1957 // If we ever have a reason to do more than once search buffer at once, we'll have
2159 inline size_t SearchBuffer::search(size_t& start)
2299 inline size_t SearchBuffer::search(size_t& start)
2608 if (size_t newMatchLength = buffer.search(matchStartOffset)) {