• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/ICU-531.30/icuSources/layout/

Lines Matching refs:inputIndex

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