HomeSort by relevance Sort by last modified time
    Searched refs:mergedNodeCodePointCount (Results 1 - 4 of 4) sorted by null

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

Completed in 510 milliseconds