Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dver2_patricia_trie_node_reader.cpp34 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()
Dpatricia_trie_policy.cpp406 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/
Ddic_node_state_output.h78 const int *const mergedNodeCodePoints) { in addMergedNodeCodePoints() argument
79 if (mergedNodeCodePoints) { in addMergedNodeCodePoints()
83 memmove(&mOutputCodePoints[mOutputtedCodePointCount], mergedNodeCodePoints, in addMergedNodeCodePoints()
Ddic_node_state.h73 const int *const mergedNodeCodePoints) { in init() argument
76 mergedNodeCodePointCount, mergedNodeCodePoints); in init()