OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bigramPos
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
ver2_patricia_trie_node_reader.cpp
38
int
bigramPos
= NOT_A_DICT_POS;
42
&probability, &childrenPos, &shortcutPos, &
bigramPos
, &siblingPos);
49
probability, childrenPos, shortcutPos,
bigramPos
, siblingPos);
patricia_trie_policy.cpp
410
int
bigramPos
= NOT_A_DICT_POS;
415
mergedNodeCodePoints, &probability, &childrenPos, &shortcutPos, &
bigramPos
,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
pt_node_params.h
62
const int childrenPos, const int shortcutPos, const int
bigramPos
,
70
mBigramPos(
bigramPos
), mSiblingPos(siblingPos) {
Completed in 41 milliseconds