Lines Matching refs:outChars
210 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing() argument
223 outChars = LE_NEW_ARRAY(LEUnicode, worstCase); in characterProcessing()
225 if (outChars == NULL) { in characterProcessing()
234 LE_DELETE_ARRAY(outChars); in characterProcessing()
257 outChars[outCharCount] = trail; in characterProcessing()
264 outChars[outCharCount] = lead; in characterProcessing()
270 outChars[outCharCount] = vowel; in characterProcessing()
276 outChars[outCharCount] = trail; in characterProcessing()
308 LEUnicode lead = outChars[outStart]; in characterProcessing()
309 LEUnicode vowel = outChars[outStart + 1]; in characterProcessing()
310 LEUnicode trail = outLength == 3? outChars[outStart + 2] : TJMO_FIRST; in characterProcessing()
318 outChars[outCharCount] = syllable; in characterProcessing()
326 outChars[outCharCount] = 0xFFFF; in characterProcessing()