Searched defs:wordBreakIterator (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBreakIteratorICU.cpp473 static TextBreakIterator* wordBreakIterator(const LChar* string, int length) function in namespace:blink
516 TextBreakIterator* wordBreakIterator(const UChar* string, int length) function in namespace:blink
530 TextBreakIterator* wordBreakIterator(const String& string, int start, int length) function in namespace:blink
535 return wordBreakIterator(string.characters8() + start, length);
536 return wordBreakIterator(string.characters16() + start, length);

Completed in 126 milliseconds