HomeSort by relevance Sort by last modified time
    Searched refs:countCharGroups (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 670 public static int countCharGroups(final Node node) {
676 size += countCharGroups(group.mChildren);
739 // MakedictLog.i("Number of groups : " + countCharGroups(root));
    [all...]
BinaryDictInputOutput.java 487 final int treeSize = FusionDictionary.countCharGroups(root);
    [all...]

Completed in 595 milliseconds