Home
last modified time | relevance | path

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

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