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

  /packages/inputmethods/LatinIME/native/src/
binary_format.h 45 static int skipChildrenPosAndAttributes(const uint8_t* const dict, const uint8_t flags,
159 inline int BinaryFormat::skipChildrenPosAndAttributes(const uint8_t* const dict,
288 pos = BinaryFormat::skipChildrenPosAndAttributes(root, flags, pos);
422 pos = skipChildrenPosAndAttributes(root, flags, pos);
430 pos = skipChildrenPosAndAttributes(root, flags, pos);
unigram_dictionary.cpp 544 const int siblingPos = BinaryFormat::skipChildrenPosAndAttributes(root, flags, pos);
664 BinaryFormat::skipChildrenPosAndAttributes(DICT_ROOT, flags, pos);
695 BinaryFormat::skipChildrenPosAndAttributes(DICT_ROOT, flags, pos);
703 BinaryFormat::skipChildrenPosAndAttributes(DICT_ROOT, flags, pos);
    [all...]

Completed in 33 milliseconds