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

  /packages/inputmethods/LatinIME/native/src/
binary_format.h 47 static int readChildrenPosition(const uint8_t* const dict, const uint8_t flags, const int pos);
167 inline int BinaryFormat::readChildrenPosition(const uint8_t* const dict, const uint8_t flags,
280 pos = BinaryFormat::readChildrenPosition(root, flags, pos);
367 const int childrenPos = readChildrenPosition(root, flags, pos);
412 pos = readChildrenPosition(root, lastFlags, lastCandidateGroupPos);
unigram_dictionary.cpp 545 const int childrenNodePos = BinaryFormat::readChildrenPosition(root, flags, pos);
    [all...]

Completed in 25 milliseconds