Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddigraph_utils.cpp36 const int compositeGlyphCodePoint) { in hasDigraphForCodePoint() argument
38 if (DigraphUtils::getDigraphForDigraphTypeAndCodePoint(digraphType, compositeGlyphCodePoint)) { in hasDigraphForCodePoint()
55 /* static */ int DigraphUtils::getDigraphCodePointForIndex(const int compositeGlyphCodePoint, in getDigraphCodePointForIndex() argument
61 DigraphUtils::getDigraphForCodePoint(compositeGlyphCodePoint); in getDigraphCodePointForIndex()
91 const int compositeGlyphCodePoint) { in getDigraphForCodePoint() argument
94 USED_DIGRAPH_TYPES[i], compositeGlyphCodePoint); in getDigraphForCodePoint()
108 const DigraphUtils::DigraphType digraphType, const int compositeGlyphCodePoint) { in getDigraphForDigraphTypeAndCodePoint() argument
110 const int compositeGlyphLowerCodePoint = CharUtils::toLowerCase(compositeGlyphCodePoint); in getDigraphForDigraphTypeAndCodePoint()
Ddigraph_utils.h42 const int compositeGlyphCodePoint);
43 static int getDigraphCodePointForIndex(const int compositeGlyphCodePoint,
52 static const digraph_t *getDigraphForCodePoint(const int compositeGlyphCodePoint);
54 const DigraphType digraphType, const int compositeGlyphCodePoint);