Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dver2_patricia_trie_node_reader.cpp33 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()
Dpatricia_trie_policy.cpp405 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/
Ddic_node_state.h72 void init(const DicNodeState *const src, const uint16_t mergedNodeCodePointCount, in init() argument
76 mergedNodeCodePointCount, mergedNodeCodePoints); in init()
Ddic_node_state_output.h77 void addMergedNodeCodePoints(const uint16_t mergedNodeCodePointCount, in addMergedNodeCodePoints() argument
81 static_cast<int>(mergedNodeCodePointCount), in addMergedNodeCodePoints()