Searched refs:textBreakNext (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/text/
H A DTextBreakIterator.h51 int textBreakNext(TextBreakIterator*);
H A DTextBreakIteratorICU.cpp98 int textBreakNext(TextBreakIterator* bi) function in namespace:WebCore
H A DString.cpp937 while (textBreakNext(it) != TextBreakDone)
949 if (textBreakNext(it) == TextBreakDone)
H A DStringImpl.cpp389 for (endOfWord = textBreakNext(boundary); endOfWord != TextBreakDone; startOfWord = endOfWord, endOfWord = textBreakNext(boundary)) {
/external/webkit/WebCore/platform/text/qt/
H A DTextBreakIteratorQt.cpp98 int textBreakNext(TextBreakIterator* bi) function in namespace:WebCore
101 DEBUG() << "textBreakNext" << pos;
/external/webkit/WebCore/platform/text/gtk/
H A DTextBreakIteratorGtk.cpp154 int textBreakNext(TextBreakIterator* bi) function in namespace:WebCore
198 return textBreakNext(bi);
/external/webkit/WebCore/platform/text/wince/
H A DTextBreakIteratorWince.cpp282 int textBreakNext(TextBreakIterator* breakIterator) function in namespace:WebCore
/external/webkit/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp88 return it && textBreakNext(it) == static_cast<int>(text.length());
/external/webkit/WebCore/editing/
H A Dvisible_units.cpp742 return textBreakNext(iterator);

Completed in 625 milliseconds