Lines Matching defs:outputIndex

146         LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex)
152 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
153 outputBuffer[outputIndex++] = currChar;
157 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
158 outputBuffer[outputIndex++] = currChar;
162 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
163 outputBuffer[outputIndex++] = leftAboveVowel(currChar, glyphSet);
167 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
168 outputBuffer[outputIndex++] = lowerRightTone(currChar, glyphSet);
172 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
173 outputBuffer[outputIndex++] = lowerLeftTone(currChar, glyphSet);
177 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
178 outputBuffer[outputIndex++] = upperLeftTone(currChar, glyphSet);
183 LEUnicode cod = outputBuffer[outputIndex - 1];
187 outputBuffer[outputIndex - 1] = coa;
189 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
190 outputBuffer[outputIndex++] = currChar;
194 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
195 outputBuffer[outputIndex++] = lowerBelowVowel(currChar, glyphSet);
200 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
201 outputBuffer[outputIndex++] = errorChar;
203 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
204 outputBuffer[outputIndex++] = currChar;
209 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
210 outputBuffer[outputIndex++] = errorChar;
213 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
214 outputBuffer[outputIndex++] = currChar;
220 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
221 outputBuffer[outputIndex++] = currChar;
229 le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex)
236 return doTransition(transition, ch, inputIndex, glyphSet, errorChar, output, glyphStorage, outputIndex);
270 le_int32 outputIndex = 0;
281 outputIndex = conOutput;
283 output, glyphStorage, outputIndex);
288 output, glyphStorage, outputIndex);
295 output, glyphStorage, outputIndex);
300 conOutput = outputIndex;
304 return outputIndex;