Home
last modified time | relevance | path

Searched refs:wordBoundaryContextStart (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp1821 size_t wordBoundaryContextStart = length; in prependContext() local
1822 if (wordBoundaryContextStart) { in prependContext()
1823 U16_BACK_1(characters, 0, wordBoundaryContextStart); in prependContext()
1824wordBoundaryContextStart = 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() local
1952 U16_BACK_1(m_buffer.data(), 0, wordBoundaryContextStart); in search()
1953wordBoundaryContextStart = startOfLastWordBoundaryContext(m_buffer.data(), wordBoundaryContextStar… in search()
1954 overlap = min(size - 1, max(overlap, size - wordBoundaryContextStart)); in search()