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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
ver2_patricia_trie_node_reader.cpp 34 int mergedNodeCodePoints[MAX_WORD_LENGTH];
41 mBigramPolicy, mCodePointTable, &flags, &mergedNodeCodePointCount, mergedNodeCodePoints,
48 return PtNodeParams(ptNodePos, flags, mergedNodeCodePointCount, mergedNodeCodePoints,
patricia_trie_policy.cpp 406 int mergedNodeCodePoints[MAX_WORD_LENGTH];
415 mergedNodeCodePoints, &probability, &childrenPos, &shortcutPos, &bigramPos,
418 if (CharUtils::isInUnicodeSpace(mergedNodeCodePoints[0])) {
421 CodePointArrayView(mergedNodeCodePoints, mergedNodeCodePointCount));
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state.h 73 const int *const mergedNodeCodePoints) {
76 mergedNodeCodePointCount, mergedNodeCodePoints);
dic_node_state_output.h 78 const int *const mergedNodeCodePoints) {
79 if (mergedNodeCodePoints) {
83 memmove(&mOutputCodePoints[mOutputtedCodePointCount], mergedNodeCodePoints,

Completed in 67 milliseconds