Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddigraph_utils.h39 typedef struct { int first; int second; int compositeGlyph; } digraph_t; member
Ddigraph_utils.cpp114 if (digraphs[i].compositeGlyph == compositeGlyphLowerCodePoint) { in getDigraphForDigraphTypeAndCodePoint()