Home | History | Annotate | Download | only in makedict

Lines Matching refs:getPtNodeCountSize

88     private static int getPtNodeCountSize(final PtNodeArray nodeArray) {
89 return BinaryDictIOUtils.getPtNodeCountSize(nodeArray.mData.size());
123 int size = getPtNodeCountSize(ptNodeArray);
323 int size = getPtNodeCountSize(ptNodeArray);
366 int nodeCountSize = getPtNodeCountSize(nodeArray);