Lines Matching refs:outputIndex

171         LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex)
177 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
178 outputBuffer[outputIndex++] = currChar;
182 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
183 outputBuffer[outputIndex++] = currChar;
187 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
188 outputBuffer[outputIndex++] = leftAboveVowel(currChar, glyphSet);
192 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
193 outputBuffer[outputIndex++] = lowerRightTone(currChar, glyphSet);
197 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
198 outputBuffer[outputIndex++] = lowerLeftTone(currChar, glyphSet);
202 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
203 outputBuffer[outputIndex++] = upperLeftTone(currChar, glyphSet);
208 LEUnicode cod = outputBuffer[outputIndex - 1];
212 outputBuffer[outputIndex - 1] = coa;
214 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
215 outputBuffer[outputIndex++] = currChar;
219 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
220 outputBuffer[outputIndex++] = lowerBelowVowel(currChar, glyphSet);
225 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
226 outputBuffer[outputIndex++] = errorChar;
228 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
229 outputBuffer[outputIndex++] = currChar;
234 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
235 outputBuffer[outputIndex++] = errorChar;
238 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
239 outputBuffer[outputIndex++] = currChar;
245 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
246 outputBuffer[outputIndex++] = currChar;
254 le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex)
261 return doTransition(transition, ch, inputIndex, glyphSet, errorChar, output, glyphStorage, outputIndex);
295 le_int32 outputIndex = 0;
306 outputIndex = conOutput;
308 output, glyphStorage, outputIndex);
313 output, glyphStorage, outputIndex);
320 output, glyphStorage, outputIndex);
325 conOutput = outputIndex;
329 return outputIndex;