Home
last modified time | relevance | path

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

/external/icu4c/layout/
DHangulLayoutEngine.cpp238 le_int32 outCharCount = 0; in characterProcessing() local
245 le_int32 outStart = outCharCount; in characterProcessing()
257 outChars[outCharCount] = trail; in characterProcessing()
258 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing()
259 glyphStorage.setAuxData(outCharCount++, nullFeatures, success); in characterProcessing()
264 outChars[outCharCount] = lead; in characterProcessing()
265 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing()
266 glyphStorage.setAuxData(outCharCount++, ljmoFeatures, success); in characterProcessing()
270 outChars[outCharCount] = vowel; in characterProcessing()
271 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing()
[all …]
DIndicLayoutEngine.cpp119 le_int32 outCharCount; in characterProcessing() local
121outCharCount = IndicReordering::v2process(&chars[offset], count, fScriptCode, outChars, glyphStora… in characterProcessing()
123outCharCount = IndicReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage… in characterProcessing()
131 glyphStorage.adoptGlyphCount(outCharCount); in characterProcessing()
132 return outCharCount; in characterProcessing()
DTibetanLayoutEngine.cpp81 …le_int32 outCharCount = TibetanReordering::reorder(&chars[offset], count, fScriptCode, outChars, g… in characterProcessing() local
83 glyphStorage.adoptGlyphCount(outCharCount); in characterProcessing()
84 return outCharCount; in characterProcessing()
DKhmerLayoutEngine.cpp75 …le_int32 outCharCount = KhmerReordering::reorder(&chars[offset], count, fScriptCode, outChars, gly… in characterProcessing() local
77 glyphStorage.adoptGlyphCount(outCharCount); in characterProcessing()
78 return outCharCount; in characterProcessing()
DLayoutEngine.cpp207 le_int32 i, dir = 1, out = 0, outCharCount = count; in characterProcessing() local
264outCharCount = canonGSUBTable->process(fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, NULL,… in characterProcessing()
271 out = (rightToLeft? outCharCount - 1 : 0); in characterProcessing()
281 outChars = LE_NEW_ARRAY(LEUnicode, outCharCount); in characterProcessing()
289 for (i = 0; i < outCharCount; i += 1, out += dir) { in characterProcessing()
296 return outCharCount; in characterProcessing()
312 …le_int32 outCharCount = characterProcessing(chars, offset, count, max, rightToLeft, outChars, glyp… in computeGlyphs() local
315 … mapCharsToGlyphs(outChars, 0, outCharCount, rightToLeft, rightToLeft, glyphStorage, success); in computeGlyphs()
DOpenTypeLayoutEngine.cpp303 le_int32 outCharCount, outGlyphCount; in computeGlyphs() local
314outCharCount = characterProcessing(chars, offset, count, max, rightToLeft, outChars, fakeGlyphStor… in computeGlyphs()
322 … glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphStorage, success); in computeGlyphs()