Searched refs:wordBoundaryContextStart (Results 1 – 1 of 1) sorted by relevance
1821 size_t wordBoundaryContextStart = length; in prependContext() local1822 if (wordBoundaryContextStart) { in prependContext()1823 U16_BACK_1(characters, 0, wordBoundaryContextStart); in prependContext()1824 … wordBoundaryContextStart = startOfLastWordBoundaryContext(characters, wordBoundaryContextStart); in prependContext()1827 …size_t usableLength = min(m_buffer.capacity() - m_prefixLength, length - wordBoundaryContextStart); in prependContext()1831 if (wordBoundaryContextStart || m_prefixLength == m_buffer.capacity()) in prependContext()1951 int wordBoundaryContextStart = matchStart; in search() local1952 U16_BACK_1(m_buffer.data(), 0, wordBoundaryContextStart); in search()1953 …wordBoundaryContextStart = startOfLastWordBoundaryContext(m_buffer.data(), wordBoundaryContextStar… in search()1954 overlap = min(size - 1, max(overlap, size - wordBoundaryContextStart)); in search()