HomeSort by relevance Sort by last modified time
    Searched full:digraphtype (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
digraph_utils.h 37 } DigraphType;
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[];
digraph_utils.cpp 31 const DigraphUtils::DigraphType DigraphUtils::USED_DIGRAPH_TYPES[] =
37 const DigraphUtils::DigraphType digraphType = getDigraphTypeForDictionary(headerPolicy);
38 if (DigraphUtils::getDigraphForDigraphTypeAndCodePoint(digraphType, compositeGlyphCodePoint)) {
45 /* static */ DigraphUtils::DigraphType DigraphUtils::getDigraphTypeForDictionary(
77 const DigraphUtils::DigraphType digraphType,
79 if (digraphType == DigraphUtils::DIGRAPH_TYPE_GERMAN_UMLAUT) {
104 * digraphType: the type of digraphs supported.
108 const DigraphUtils::DigraphType digraphType, const int compositeGlyphCodePoint)
    [all...]

Completed in 289 milliseconds