Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DThaiShaping.cpp146 … LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) in doTransition() argument
201 outputBuffer[outputIndex++] = errorChar; in doTransition()
210 outputBuffer[outputIndex++] = errorChar; in doTransition()
228 …tate(LEUnicode ch, le_uint8 prevState, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, in getNextState() argument
236 …return doTransition(transition, ch, inputIndex, glyphSet, errorChar, output, glyphStorage, outputI… in getNextState()
266 LEUnicode errorChar, LEUnicode *output, LEGlyphStorage &glyphStorage) in compose() argument
282 state = getNextState(CH_NIKHAHIT, conState, inputIndex, glyphSet, errorChar, charClass, in compose()
287 state = getNextState(ch, state, j, glyphSet, errorChar, charClass, in compose()
294 state = getNextState(ch, state, inputIndex, glyphSet, errorChar, charClass, in compose()
DThaiShaping.h71 LEUnicode errorChar, LEUnicode *output, LEGlyphStorage &glyphStorage);
83 …LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex);
85 …extState(LEUnicode ch, le_uint8 state, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar,