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