Home
last modified time | relevance | path

Searched refs:GERMAN_UMLAUT_DIGRAPHS (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddigraph_utils.cpp27 const DigraphUtils::digraph_t DigraphUtils::GERMAN_UMLAUT_DIGRAPHS[] = member in latinime::DigraphUtils
80 *digraphs = GERMAN_UMLAUT_DIGRAPHS; in getAllDigraphsForDigraphTypeAndReturnSize()
81 return NELEMS(GERMAN_UMLAUT_DIGRAPHS); in getAllDigraphsForDigraphTypeAndReturnSize()
Ddigraph_utils.h56 static const digraph_t GERMAN_UMLAUT_DIGRAPHS[]; variable