Home
last modified time | relevance | path

Searched refs:skipChildrenPosAndAttributes (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
Dbinary_format.h60 static int skipChildrenPosAndAttributes(const uint8_t* const dict, const uint8_t flags,
243 inline int BinaryFormat::skipChildrenPosAndAttributes(const uint8_t* const dict, in skipChildrenPosAndAttributes() function
372 pos = BinaryFormat::skipChildrenPosAndAttributes(root, flags, pos); in getTerminalPosition()
508 pos = skipChildrenPosAndAttributes(root, flags, pos); in getWordAtAddress()
516 pos = skipChildrenPosAndAttributes(root, flags, pos); in getWordAtAddress()
Dunigram_dictionary.cpp780 const int siblingPos = BinaryFormat::skipChildrenPosAndAttributes(root, flags, pos); in getMostFrequentWordLikeInner()
914 BinaryFormat::skipChildrenPosAndAttributes(DICT_ROOT, flags, pos); in processCurrentNode()
951 BinaryFormat::skipChildrenPosAndAttributes(DICT_ROOT, flags, pos); in processCurrentNode()
959 BinaryFormat::skipChildrenPosAndAttributes(DICT_ROOT, flags, pos); in processCurrentNode()
979 *nextSiblingPosition = BinaryFormat::skipChildrenPosAndAttributes(DICT_ROOT, flags, pos); in processCurrentNode()