OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spellcheckstart
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/widget/
SpellChecker.java
613
int
spellCheckStart
= wordStart;
623
if (spanEnd <
spellCheckStart
|| spellCheckEnd < spanStart) {
627
if (spanStart <=
spellCheckStart
&& spellCheckEnd <= spanEnd) {
638
spellCheckStart
= Math.min(spanStart,
spellCheckStart
);
644
+ ", End = " + spellCheckEnd + ", Start = " +
spellCheckStart
646
+ editable.subSequence(
spellCheckStart
, spellCheckEnd));
653
if (spellCheckEnd <=
spellCheckStart
) {
659
addSpellCheckSpan(editable,
spellCheckStart
, spellCheckEnd);
[
all
...]
Completed in 54 milliseconds