Searched refs:compositeGlyphCodePoint (Results 1 – 2 of 2) sorted by relevance
36 const int compositeGlyphCodePoint) { in hasDigraphForCodePoint() argument38 if (DigraphUtils::getDigraphForDigraphTypeAndCodePoint(digraphType, compositeGlyphCodePoint)) { in hasDigraphForCodePoint()55 /* static */ int DigraphUtils::getDigraphCodePointForIndex(const int compositeGlyphCodePoint, in getDigraphCodePointForIndex() argument61 DigraphUtils::getDigraphForCodePoint(compositeGlyphCodePoint); in getDigraphCodePointForIndex()91 const int compositeGlyphCodePoint) { in getDigraphForCodePoint() argument94 USED_DIGRAPH_TYPES[i], compositeGlyphCodePoint); in getDigraphForCodePoint()108 const DigraphUtils::DigraphType digraphType, const int compositeGlyphCodePoint) { in getDigraphForDigraphTypeAndCodePoint() argument110 const int compositeGlyphLowerCodePoint = CharUtils::toLowerCase(compositeGlyphCodePoint); in getDigraphForDigraphTypeAndCodePoint()
42 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);