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.cpp37 const DigraphUtils::DigraphType digraphType = getDigraphTypeForDictionary(headerPolicy); in hasDigraphForCodePoint() local
38 if (DigraphUtils::getDigraphForDigraphTypeAndCodePoint(digraphType, compositeGlyphCodePoint)) { in hasDigraphForCodePoint()
77 const DigraphUtils::DigraphType digraphType, in getAllDigraphsForDigraphTypeAndReturnSize() argument
79 if (digraphType == DigraphUtils::DIGRAPH_TYPE_GERMAN_UMLAUT) { in getAllDigraphsForDigraphTypeAndReturnSize()
108 const DigraphUtils::DigraphType digraphType, const int compositeGlyphCodePoint) { in getDigraphForDigraphTypeAndCodePoint() argument
112 DigraphUtils::getAllDigraphsForDigraphTypeAndReturnSize(digraphType, &digraphs); in getDigraphForDigraphTypeAndCodePoint()
Ddigraph_utils.h51 const DigraphType digraphType, const digraph_t **const digraphs);
54 const DigraphType digraphType, const int compositeGlyphCodePoint);