Searched refs:bigramPos (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dver2_patricia_trie_node_reader.cpp38 int bigramPos = NOT_A_DICT_POS; local
42 &probability, &childrenPos, &shortcutPos, &bigramPos, &siblingPos);
49 probability, childrenPos, shortcutPos, bigramPos, siblingPos);
H A Dpatricia_trie_policy.cpp410 int bigramPos = NOT_A_DICT_POS; local
415 mergedNodeCodePoints, &probability, &childrenPos, &shortcutPos, &bigramPos,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Dpt_node_params.h62 const int childrenPos, const int shortcutPos, const int bigramPos,
70 mBigramPos(bigramPos), mSiblingPos(siblingPos) {
60 PtNodeParams(const int headPos, const PatriciaTrieReadingUtils::NodeFlags flags, const int codePointCount, const int *const codePoints, const int probability, const int childrenPos, const int shortcutPos, const int bigramPos, const int siblingPos) argument

Completed in 1177 milliseconds