Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp280 static void fillMissingCharToGlyphMapValues(le_int32 *charToGlyphMap, in fillMissingCharToGlyphMapValues() argument
285 if (charToGlyphMap[ch] == -1) { in fillMissingCharToGlyphMapValues()
286 charToGlyphMap[ch] = lastValidGlyph; in fillMissingCharToGlyphMapValues()
288 lastValidGlyph = charToGlyphMap[ch]; in fillMissingCharToGlyphMapValues()