Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DArabicLayoutEngine.cpp155 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount(); in glyphPostProcessing() local
156 LEUnicode *tempChars = LE_NEW_ARRAY(LEUnicode, tempGlyphCount); in glyphPostProcessing()
163 for (le_int32 i = 0; i < tempGlyphCount; i += 1) { in glyphPostProcessing()
169 …ArabicOpenTypeLayoutEngine::mapCharsToGlyphs(tempChars, 0, tempGlyphCount, FALSE, TRUE, glyphStora… in glyphPostProcessing()
173 return tempGlyphCount; in glyphPostProcessing()