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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIterator.h 195 void createIteratorForBuffer(const UChar*, unsigned length);
TextBreakIteratorICU.cpp 634 createIteratorForBuffer(string.characters16(), string.length());
644 createIteratorForBuffer(buffer, length);
647 void NonSharedCharacterBreakIterator::createIteratorForBuffer(const UChar* buffer, unsigned length)
    [all...]

Completed in 62 milliseconds