Home
last modified time | relevance | path

Searched refs:wordText (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.cpp134 String wordText = plainText(currentWord.toNormalizedRange().get()); in applyPendingCorrection() local
135 if (wordText.length() > 0 && isAmbiguousBoundaryCharacter(wordText[wordText.length() - 1])) in applyPendingCorrection()