Home | History | Annotate | Download | only in src

Lines Matching refs:childrenPos

555                 int childrenPos = childrenNodePos;
557 BinaryFormat::getGroupCountAndForwardPointer(root, &childrenPos);
558 mStackSiblingPos[depth] = childrenPos;
560 pos = childrenPos;
722 int childrenPos = BinaryFormat::readChildrenPosition(DICT_ROOT, flags, pos);
724 *newCount = BinaryFormat::getGroupCountAndForwardPointer(DICT_ROOT, &childrenPos);
725 *newChildrenPosition = childrenPos;