Home
last modified time | relevance | path

Searched refs:digraph_t (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[] =
60 const DigraphUtils::digraph_t *const digraph = in getDigraphCodePointForIndex()
78 const DigraphUtils::digraph_t **const digraphs) { in getAllDigraphsForDigraphTypeAndReturnSize()
90 /* static */ const DigraphUtils::digraph_t *DigraphUtils::getDigraphForCodePoint( in getDigraphForCodePoint()
93 const DigraphUtils::digraph_t *const digraph = getDigraphForDigraphTypeAndCodePoint( in getDigraphForCodePoint()
107 /* static */ const DigraphUtils::digraph_t *DigraphUtils::getDigraphForDigraphTypeAndCodePoint( in getDigraphForDigraphTypeAndCodePoint()
109 const DigraphUtils::digraph_t *digraphs = nullptr; in getDigraphForDigraphTypeAndCodePoint()
Ddigraph_utils.h39 typedef struct { int first; int second; int compositeGlyph; } digraph_t; typedef
51 const DigraphType digraphType, const digraph_t **const digraphs);
52 static const digraph_t *getDigraphForCodePoint(const int compositeGlyphCodePoint);
53 static const digraph_t *getDigraphForDigraphTypeAndCodePoint(
56 static const digraph_t GERMAN_UMLAUT_DIGRAPHS[];