Home | History | Annotate | Download | only in layout

Lines Matching refs:outputBuffer

146         LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex)
153 outputBuffer[outputIndex++] = currChar;
158 outputBuffer[outputIndex++] = currChar;
163 outputBuffer[outputIndex++] = leftAboveVowel(currChar, glyphSet);
168 outputBuffer[outputIndex++] = lowerRightTone(currChar, glyphSet);
173 outputBuffer[outputIndex++] = lowerLeftTone(currChar, glyphSet);
178 outputBuffer[outputIndex++] = upperLeftTone(currChar, glyphSet);
183 LEUnicode cod = outputBuffer[outputIndex - 1];
187 outputBuffer[outputIndex - 1] = coa;
190 outputBuffer[outputIndex++] = currChar;
195 outputBuffer[outputIndex++] = lowerBelowVowel(currChar, glyphSet);
201 outputBuffer[outputIndex++] = errorChar;
204 outputBuffer[outputIndex++] = currChar;
210 outputBuffer[outputIndex++] = errorChar;
214 outputBuffer[outputIndex++] = currChar;
221 outputBuffer[outputIndex++] = currChar;