OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAmbiguousBoundaryCharacter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h
245
inline bool
isAmbiguousBoundaryCharacter
(UChar character)
SpellChecker.cpp
582
if (selectionOffset > 0 && static_cast<unsigned>(selectionOffset) <= paragraph.text().length() &&
isAmbiguousBoundaryCharacter
(paragraph.textCharAt(selectionOffset - 1)))
[
all
...]
Completed in 47 milliseconds