Lines Matching refs:inputIndex

145 …doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphS…  in doTransition()  argument
152 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
157 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
162 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
167 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
172 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
177 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
189 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
194 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
200 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
203 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
209 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
213 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
220 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
228 le_uint8 ThaiShaping::getNextState(LEUnicode ch, le_uint8 prevState, le_int32 inputIndex, le_uint8 … in getNextState() argument
236 …return doTransition(transition, ch, inputIndex, glyphSet, errorChar, output, glyphStorage, outputI… in getNextState()
269 le_int32 inputIndex; in compose() local
275 for (inputIndex = 0; inputIndex < charCount; inputIndex += 1) { in compose()
276 LEUnicode ch = input[inputIndex + offset]; in compose()
282 state = getNextState(CH_NIKHAHIT, conState, inputIndex, glyphSet, errorChar, charClass, in compose()
285 for (int j = conInput + 1; j < inputIndex; j += 1) { in compose()
294 state = getNextState(ch, state, inputIndex, glyphSet, errorChar, charClass, in compose()
299 conInput = inputIndex; in compose()