HomeSort by relevance Sort by last modified time
    Searched defs:mergedNodeCodePointCount (Results 1 - 2 of 2) 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));

Completed in 56 milliseconds