Searched refs:countPtNodes (Results 1 – 2 of 2) sorted by relevance
554 public static int countPtNodes(final PtNodeArray nodeArray) { in countPtNodes() method in FusionDictionary560 size += countPtNodes(ptNode.mChildren); in countPtNodes()
214 final int treeSize = FusionDictionary.countPtNodes(rootNodeArray); in flattenTree()