Searched defs:getNextState (Results 1 - 3 of 3) sorted by relevance

/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DParserStateTable.java101 InternalState getNextState(InternalState from, int currentChar) { method in class:ParserStateTable
/external/icu/icu4c/source/layout/
H A DThaiShaping.cpp228 le_uint8 ThaiShaping::getNextState(LEUnicode ch, le_uint8 prevState, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, function in class:ThaiShaping
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,
H A DThaiShaping.h66 le_uint8 getNextState() { return nextState; }; function in struct:ThaiShaping::StateTransition
85 static le_uint8 getNextState(LEUnicode ch, le_uint8 state, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar,

Completed in 461 milliseconds