Searched refs:digraphs (Results 1 – 5 of 5) sorted by relevance
78 const DigraphUtils::digraph_t **const digraphs) { in getAllDigraphsForDigraphTypeAndReturnSize() argument80 *digraphs = GERMAN_UMLAUT_DIGRAPHS; in getAllDigraphsForDigraphTypeAndReturnSize()109 const DigraphUtils::digraph_t *digraphs = nullptr; in getDigraphForDigraphTypeAndCodePoint() local112 DigraphUtils::getAllDigraphsForDigraphTypeAndReturnSize(digraphType, &digraphs); in getDigraphForDigraphTypeAndCodePoint()114 if (digraphs[i].compositeGlyph == compositeGlyphLowerCodePoint) { in getDigraphForDigraphTypeAndCodePoint()115 return &digraphs[i]; in getDigraphForDigraphTypeAndCodePoint()
51 const DigraphType digraphType, const digraph_t **const digraphs);