HomeSort by relevance Sort by last modified time
    Searched refs:clusterLengthStartingAt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIterator.h 197 unsigned clusterLengthStartingAt(unsigned offset) const
TextBreakIteratorICU.cpp 676 m_offset += clusterLengthStartingAt(m_offset);
711 return offset + clusterLengthStartingAt(offset);
    [all...]

Completed in 68 milliseconds