Searched refs:hasWord (Results 1 – 6 of 6) sorted by relevance
73 if (logUnit.hasWord()) { in shiftOutThroughFirstWord()108 if (logUnit.hasWord()) { in shiftOut()
68 public boolean hasWord() { in hasWord() method in LogUnit
59 if (newLogUnit.hasWord()) { in shiftIn()
95 if (dict.hasWord(shortcutOnly)) continue; in getFinalDictionary()296 if (!dict.hasWord(firstWord)) continue; in readDictionaryXml()299 if (!dict.hasWord(bigram.mWord)) continue; in readDictionaryXml()
133 if (hasWord(newWord, context)) return UserDictionaryAddWordActivity.CODE_ALREADY_PRESENT; in apply()158 private boolean hasWord(final String word, final Context context) { in hasWord() method in UserDictionaryAddWordContents
587 public boolean hasWord(final String s) { in hasWord() method in FusionDictionary