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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_output.h 50 const int *const mergedNodeCodePoints) {
51 if (mergedNodeCodePoints) {
54 memcpy(&mCodePointsBuf[mOutputtedCodePointCount], mergedNodeCodePoints,
dic_node_state.h 60 const int *const mergedNodeCodePoints) {
63 mergedNodeCodePointCount, mergedNodeCodePoints);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_vector.h 68 const int *const mergedNodeCodePoints) {
73 mergedNodeCodePoints);
dic_node.h 163 const int *const mergedNodeCodePoints) {
169 mDicNodeProperties.init(pos, childrenPos, mergedNodeCodePoints[0], probability,
172 mergedNodeCodePoints);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_policy.cpp 404 int mergedNodeCodePoints[MAX_WORD_LENGTH];
406 mDictRoot, flags, MAX_WORD_LENGTH, mergedNodeCodePoints, &pos);
429 mergedNodeCodePointCount, mergedNodeCodePoints);

Completed in 527 milliseconds