Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddigraph_utils.cpp110 const int compositeGlyphLowerCodePoint = CharUtils::toLowerCase(compositeGlyphCodePoint); in getDigraphForDigraphTypeAndCodePoint() local
114 if (digraphs[i].compositeGlyph == compositeGlyphLowerCodePoint) { in getDigraphForDigraphTypeAndCodePoint()