Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java554 public static int countPtNodes(final PtNodeArray nodeArray) { in countPtNodes() method in FusionDictionary
560 size += countPtNodes(ptNode.mChildren); in countPtNodes()
DBinaryDictEncoderUtils.java214 final int treeSize = FusionDictionary.countPtNodes(rootNodeArray); in flattenTree()