OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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