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

  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 174 TextBreakIterator* wordIterator = wordBreakIterator(textValue, 0, textValue.length());
175 int lastOffset = wordIterator->first();
179 while ((offset = wordIterator->next()) != -1) {
180 if (isWordTextBreak(wordIterator)) {
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 186 milliseconds