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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h 51 UChar textCharAt(int index) const { return text()[static_cast<unsigned>(index)]; }
SpellChecker.cpp 580 if (selectionOffset > 0 && (static_cast<unsigned>(selectionOffset) > paragraph.text().length() || paragraph.textCharAt(selectionOffset - 1) == newlineCharacter))
582 if (selectionOffset > 0 && static_cast<unsigned>(selectionOffset) <= paragraph.text().length() && isAmbiguousBoundaryCharacter(paragraph.textCharAt(selectionOffset - 1)))
    [all...]

Completed in 33 milliseconds