OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndroidSpellCheckerService
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSessionFactory.java
22
public static Session newInstance(
AndroidSpellCheckerService
service) {
AndroidWordLevelSpellCheckerSession.java
35
import com.android.inputmethod.latin.spellcheck.
AndroidSpellCheckerService
.SuggestionsGatherer;
52
private final
AndroidSpellCheckerService
mService;
99
AndroidWordLevelSpellCheckerSession(final
AndroidSpellCheckerService
service) {
117
mScript =
AndroidSpellCheckerService
.getScriptFromLocale(mLocale);
137
case
AndroidSpellCheckerService
.SCRIPT_LATIN:
144
case
AndroidSpellCheckerService
.SCRIPT_CYRILLIC:
149
case
AndroidSpellCheckerService
.SCRIPT_GREEK:
279
return
AndroidSpellCheckerService
.getNotInDictEmptySuggestions(
283
?
AndroidSpellCheckerService
.getInDictEmptySuggestions()
284
:
AndroidSpellCheckerService
.getNotInDictEmptySuggestions
[
all
...]
DictionaryPool.java
44
private final
AndroidSpellCheckerService
mService;
71
public DictionaryPool(final int maxSize, final
AndroidSpellCheckerService
service,
AndroidSpellCheckerSession.java
35
public AndroidSpellCheckerSession(
AndroidSpellCheckerService
service) {
42
if (!typedText.contains(
AndroidSpellCheckerService
.SINGLE_QUOTE)) {
62
if (!subText.contains(
AndroidSpellCheckerService
.SINGLE_QUOTE)) {
66
subText.split(
AndroidSpellCheckerService
.SINGLE_QUOTE, -1);
AndroidSpellCheckerService.java
57
public final class
AndroidSpellCheckerService
extends SpellCheckerService
59
private static final String TAG =
AndroidSpellCheckerService
.class.getSimpleName();
138
case
AndroidSpellCheckerService
.SCRIPT_LATIN:
140
case
AndroidSpellCheckerService
.SCRIPT_CYRILLIC:
142
case
AndroidSpellCheckerService
.SCRIPT_GREEK:
Completed in 44 milliseconds