Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_scoring.h173 mDigraphIndex = DigraphUtils::FIRST_DIGRAPH_CODEPOINT; in advanceDigraphIndex()
175 case DigraphUtils::FIRST_DIGRAPH_CODEPOINT: in advanceDigraphIndex()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddigraph_utils.h30 FIRST_DIGRAPH_CODEPOINT, enumerator
Ddigraph_utils.cpp65 if (digraphCodePointIndex == FIRST_DIGRAPH_CODEPOINT) { in getDigraphCodePointForIndex()