Searched defs:errorChar (Results 1 - 1 of 1) sorted by relevance
/external/icu4c/layout/ |
H A D | ThaiShaping.cpp | 146 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
|
Completed in 379 milliseconds