Home
last modified time | relevance | path

Searched refs:SECOND_DIGRAPH_CODEPOINT (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_scoring.h176 mDigraphIndex = DigraphUtils::SECOND_DIGRAPH_CODEPOINT; in advanceDigraphIndex()
178 case DigraphUtils::SECOND_DIGRAPH_CODEPOINT: in advanceDigraphIndex()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddigraph_utils.h31 SECOND_DIGRAPH_CODEPOINT enumerator
Ddigraph_utils.cpp67 } else if (digraphCodePointIndex == SECOND_DIGRAPH_CODEPOINT) { in getDigraphCodePointForIndex()