OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInSuggestions
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
UserBigramSuggestTests.java
52
isInSuggestions
("bigram", mHelper.searchUserBigramSuggestion("user", 'b', "bigram"));
62
isInSuggestions
("bigram in default locale",
68
isInSuggestions
("france in fr_FR",
77
isInSuggestions
("bigram in en_US",
87
isInSuggestions
("world after several sentence 0",
92
isInSuggestions
("world after sentence 1 and 2",
SuggestTests.java
105
isInSuggestions
("com: come", mHelper.getSuggestIndex("com", "come"));
106
isInSuggestions
("com: company", mHelper.getSuggestIndex("com", "company"));
107
isInSuggestions
("th: the", mHelper.getSuggestIndex("th", "the"));
108
isInSuggestions
("th: that", mHelper.getSuggestIndex("th", "that"));
109
isInSuggestions
("th: this", mHelper.getSuggestIndex("th", "this"));
110
isInSuggestions
("th: they", mHelper.getSuggestIndex("th", "they"));
170
isInSuggestions
("bigram: about b[eing]",
SuggestTestsBase.java
91
protected static void
isInSuggestions
(String message, int position) {
Completed in 295 milliseconds