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/
digraph_utils.h 34 } DigraphType;
48 static DigraphType getDigraphTypeForDictionary(const int dictFlags);
50 const DigraphType digraphType, const digraph_t **const digraphs);
53 const DigraphType digraphType, const int compositeGlyphCodePoint);
57 static const DigraphType USED_DIGRAPH_TYPES[];
digraph_utils.cpp 31 const DigraphUtils::DigraphType DigraphUtils::USED_DIGRAPH_TYPES[] =
36 const DigraphUtils::DigraphType digraphType = getDigraphTypeForDictionary(dictFlags);
37 if (DigraphUtils::getDigraphForDigraphTypeAndCodePoint(digraphType, compositeGlyphCodePoint)) {
44 /* static */ DigraphUtils::DigraphType DigraphUtils::getDigraphTypeForDictionary(
59 const DigraphUtils::DigraphType digraphType = getDigraphTypeForDictionary(dictFlags);
60 return getAllDigraphsForDigraphTypeAndReturnSize(digraphType, digraphs);
87 const DigraphUtils::DigraphType digraphType,
    [all...]

Completed in 57 milliseconds