Home | History | Annotate | Download | only in makedict

Lines Matching defs:getPtNodeCountSize

86     private static int getPtNodeCountSize(final PtNodeArray nodeArray) {
87 return BinaryDictIOUtils.getPtNodeCountSize(nodeArray.mData.size());
150 int size = getPtNodeCountSize(ptNodeArray);
370 int size = getPtNodeCountSize(ptNodeArray);
414 int nodeCountSize = getPtNodeCountSize(nodeArray);