Home
last modified time | relevance | path

Searched refs:getCharCodeAndForwardPointer (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
Dbinary_format.h52 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 …]
Dterminal_attributes.h55 const int charCode = BinaryFormat::getCharCodeAndForwardPointer(mDict, &mPos); in getNextShortcutTarget()
Dunigram_dictionary.cpp707 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()
Dbigram_dictionary.cpp156 BinaryFormat::getCharCodeAndForwardPointer(root, &pos); in getBigramListPositionForWord()