Searched refs:getCharCodeAndForwardPointer (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/ |
D | binary_format.h | 52 static int32_t getCharCodeAndForwardPointer(const uint8_t* const dict, int* pos); 137 inline int32_t BinaryFormat::getCharCodeAndForwardPointer(const uint8_t* const dict, int* pos) { in getCharCodeAndForwardPointer() function 327 int32_t character = BinaryFormat::getCharCodeAndForwardPointer(root, &pos); in getTerminalPosition() 334 character = BinaryFormat::getCharCodeAndForwardPointer(root, &pos); in getTerminalPosition() 343 character = BinaryFormat::getCharCodeAndForwardPointer(root, &pos); in getTerminalPosition() 416 const int32_t character = getCharCodeAndForwardPointer(root, &pos); in getWordAtAddress() 422 int32_t nextChar = getCharCodeAndForwardPointer(root, &pos); in getWordAtAddress() 428 nextChar = getCharCodeAndForwardPointer(root, &pos); in getWordAtAddress() 482 getCharCodeAndForwardPointer(root, &lastCandidateGroupPos); in getWordAtAddress() 487 getCharCodeAndForwardPointer(root, &lastCandidateGroupPos); in getWordAtAddress() [all …]
|
D | terminal_attributes.h | 55 const int charCode = BinaryFormat::getCharCodeAndForwardPointer(mDict, &mPos); in getNextShortcutTarget()
|
D | unigram_dictionary.cpp | 707 int32_t character = BinaryFormat::getCharCodeAndForwardPointer(root, &pos); in testCharGroupForContinuedLikeness() 719 character = BinaryFormat::getCharCodeAndForwardPointer(root, &pos); in testCharGroupForContinuedLikeness() 728 character = BinaryFormat::getCharCodeAndForwardPointer(root, &pos); in testCharGroupForContinuedLikeness() 821 BinaryFormat::getCharCodeAndForwardPointer(DICT_ROOT, &pos); in getFrequency() 875 int32_t c = BinaryFormat::getCharCodeAndForwardPointer(DICT_ROOT, &pos); in processCurrentNode() 890 ? BinaryFormat::getCharCodeAndForwardPointer(DICT_ROOT, &pos) : NOT_A_CHARACTER; in processCurrentNode()
|
D | bigram_dictionary.cpp | 156 BinaryFormat::getCharCodeAndForwardPointer(root, &pos); in getBigramListPositionForWord()
|