Searched refs:mergedNodeCodePointCount (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/ |
D | ver2_patricia_trie_node_reader.cpp | 33 int mergedNodeCodePointCount = 0; in fetchPtNodeParamsInBufferFromPtNodePos() local 41 mBigramPolicy, mCodePointTable, &flags, &mergedNodeCodePointCount, mergedNodeCodePoints, in fetchPtNodeParamsInBufferFromPtNodePos() 43 if (mergedNodeCodePointCount <= 0) { in fetchPtNodeParamsInBufferFromPtNodePos() 44 AKLOGE("Empty PtNode is not allowed. Code point count: %d", mergedNodeCodePointCount); in fetchPtNodeParamsInBufferFromPtNodePos() 48 return PtNodeParams(ptNodePos, flags, mergedNodeCodePointCount, mergedNodeCodePoints, in fetchPtNodeParamsInBufferFromPtNodePos()
|
D | patricia_trie_policy.cpp | 405 int mergedNodeCodePointCount = 0; in createAndGetLeavingChildNode() local 414 &mBigramListPolicy, codePointTable, &flags, &mergedNodeCodePointCount, in createAndGetLeavingChildNode() 421 CodePointArrayView(mergedNodeCodePoints, mergedNodeCodePointCount)); in createAndGetLeavingChildNode()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/ |
D | dic_node_state.h | 72 void init(const DicNodeState *const src, const uint16_t mergedNodeCodePointCount, in init() argument 76 mergedNodeCodePointCount, mergedNodeCodePoints); in init()
|
D | dic_node_state_output.h | 77 void addMergedNodeCodePoints(const uint16_t mergedNodeCodePointCount, in addMergedNodeCodePoints() argument 81 static_cast<int>(mergedNodeCodePointCount), in addMergedNodeCodePoints()
|