Home
last modified time | relevance | path

Searched refs:hasBigramsInternal (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java630 private static boolean hasBigramsInternal(final Node node) { in hasBigramsInternal() method in FusionDictionary
635 if (hasBigramsInternal(group.mChildren)) return true; in hasBigramsInternal()
650 return hasBigramsInternal(mRoot); in hasBigrams()