Searched defs:mDigraphIndex (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_state_scoring.h33 mDigraphIndex(DigraphUtils::NOT_A_DIGRAPH_INDEX),
51 mDigraphIndex = DigraphUtils::NOT_A_DIGRAPH_INDEX;
65 mDigraphIndex = scoring->mDigraphIndex;
167 return mDigraphIndex;
171 switch(mDigraphIndex) {
173 mDigraphIndex = DigraphUtils::FIRST_DIGRAPH_CODEPOINT;
176 mDigraphIndex = DigraphUtils::SECOND_DIGRAPH_CODEPOINT;
179 mDigraphIndex = DigraphUtils::NOT_A_DIGRAPH_INDEX;
192 DigraphUtils::DigraphCodePointIndex mDigraphIndex; member in class:latinime::DicNodeStateScoring
[all...]

Completed in 26 milliseconds