HomeSort by relevance Sort by last modified time
    Searched refs:childrenPos (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.cpp 555 int childrenPos = childrenNodePos;
557 BinaryFormat::getGroupCountAndForwardPointer(root, &childrenPos);
558 mStackSiblingPos[depth] = childrenPos;
560 pos = childrenPos;
    [all...]
binary_format.h 367 const int childrenPos = readChildrenPosition(root, flags, pos);
368 if (childrenPos > address) {

Completed in 31 milliseconds