Searched refs:mergedNodeCodePoints (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/ |
D | ver2_patricia_trie_node_reader.cpp | 34 int mergedNodeCodePoints[MAX_WORD_LENGTH]; in fetchPtNodeParamsInBufferFromPtNodePos() local 41 mBigramPolicy, mCodePointTable, &flags, &mergedNodeCodePointCount, mergedNodeCodePoints, in fetchPtNodeParamsInBufferFromPtNodePos() 48 return PtNodeParams(ptNodePos, flags, mergedNodeCodePointCount, mergedNodeCodePoints, in fetchPtNodeParamsInBufferFromPtNodePos()
|
D | patricia_trie_policy.cpp | 406 int mergedNodeCodePoints[MAX_WORD_LENGTH]; in createAndGetLeavingChildNode() local 415 mergedNodeCodePoints, &probability, &childrenPos, &shortcutPos, &bigramPos, in createAndGetLeavingChildNode() 418 if (CharUtils::isInUnicodeSpace(mergedNodeCodePoints[0])) { in createAndGetLeavingChildNode() 421 CodePointArrayView(mergedNodeCodePoints, mergedNodeCodePointCount)); in createAndGetLeavingChildNode()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/ |
D | dic_node_state_output.h | 78 const int *const mergedNodeCodePoints) { in addMergedNodeCodePoints() argument 79 if (mergedNodeCodePoints) { in addMergedNodeCodePoints() 83 memmove(&mOutputCodePoints[mOutputtedCodePointCount], mergedNodeCodePoints, in addMergedNodeCodePoints()
|
D | dic_node_state.h | 73 const int *const mergedNodeCodePoints) { in init() argument 76 mergedNodeCodePointCount, mergedNodeCodePoints); in init()
|