Searched refs:errorChar (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
H A DThaiShaping.cpp146 LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex)
201 outputBuffer[outputIndex++] = errorChar;
210 outputBuffer[outputIndex++] = errorChar;
228 le_uint8 ThaiShaping::getNextState(LEUnicode ch, le_uint8 prevState, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, argument
236 return doTransition(transition, ch, inputIndex, glyphSet, errorChar, output, glyphStorage, outputIndex);
266 LEUnicode errorChar, LEUnicode *output, LEGlyphStorage &glyphStorage)
282 state = getNextState(CH_NIKHAHIT, conState, inputIndex, glyphSet, errorChar, charClass,
287 state = getNextState(ch, state, j, glyphSet, errorChar, charClass,
294 state = getNextState(ch, state, inputIndex, glyphSet, errorChar, charClass,
145 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) argument
265 compose(const LEUnicode *input, le_int32 offset, le_int32 charCount, le_uint8 glyphSet, LEUnicode errorChar, LEUnicode *output, LEGlyphStorage &glyphStorage) argument
H A DThaiShaping.h71 LEUnicode errorChar, LEUnicode *output, LEGlyphStorage &glyphStorage);
83 LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex);
85 static le_uint8 getNextState(LEUnicode ch, le_uint8 state, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar,

Completed in 162 milliseconds