Searched defs:countCharGroups (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java600 public static int countCharGroups(final Node node) { method in class:FusionDictionary
606 size += countCharGroups(group.mChildren);
669 // MakedictLog.i("Number of groups : " + countCharGroups(root));

Completed in 26 milliseconds