Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIterator.h195 unsigned clusterLengthStartingAt(unsigned offset) const in clusterLengthStartingAt() function
DTextBreakIteratorICU.cpp676 m_offset += clusterLengthStartingAt(m_offset); in next()
711 return offset + clusterLengthStartingAt(offset); in following()