Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DArabicLayoutEngine.cpp156 LEUnicode *tempChars = LE_NEW_ARRAY(LEUnicode, tempGlyphCount); in glyphPostProcessing() local
158 if (tempChars == NULL) { in glyphPostProcessing()
164 tempChars[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]); in glyphPostProcessing()
169 …ArabicOpenTypeLayoutEngine::mapCharsToGlyphs(tempChars, 0, tempGlyphCount, FALSE, TRUE, glyphStora… in glyphPostProcessing()
171 LE_DELETE_ARRAY(tempChars); in glyphPostProcessing()