Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddigraph_utils.h37 } DigraphType; typedef
48 static DigraphType getDigraphTypeForDictionary(
51 const DigraphType digraphType, const digraph_t **const digraphs);
54 const DigraphType digraphType, const int compositeGlyphCodePoint);
57 static const DigraphType USED_DIGRAPH_TYPES[];
Ddigraph_utils.cpp31 const DigraphUtils::DigraphType DigraphUtils::USED_DIGRAPH_TYPES[] =
37 const DigraphUtils::DigraphType digraphType = getDigraphTypeForDictionary(headerPolicy); in hasDigraphForCodePoint()
45 /* static */ DigraphUtils::DigraphType DigraphUtils::getDigraphTypeForDictionary( in getDigraphTypeForDictionary()
77 const DigraphUtils::DigraphType digraphType, in getAllDigraphsForDigraphTypeAndReturnSize()
108 const DigraphUtils::DigraphType digraphType, const int compositeGlyphCodePoint) { in getDigraphForDigraphTypeAndCodePoint()