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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h 268 inline bool isAmbiguousBoundaryCharacter(UChar character)
SpellChecker.cpp 597 if (selectionOffset > 0 && static_cast<unsigned>(selectionOffset) <= paragraph.text().length() && isAmbiguousBoundaryCharacter(paragraph.textCharAt(selectionOffset - 1)))
    [all...]

Completed in 2828 milliseconds