Searched refs:outputIndex (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | ThaiShaping.cpp | 146 … LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) in doTransition() argument 152 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() 153 outputBuffer[outputIndex++] = currChar; in doTransition() 157 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() 158 outputBuffer[outputIndex++] = currChar; in doTransition() 162 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() 163 outputBuffer[outputIndex++] = leftAboveVowel(currChar, glyphSet); in doTransition() 167 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() 168 outputBuffer[outputIndex++] = lowerRightTone(currChar, glyphSet); in doTransition() 172 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() [all …]
|
D | ThaiShaping.h | 83 …LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex); 86 … le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex);
|