Searched refs:getNextState (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiShaping.h91 le_uint8 getNextState() { return nextState; }; function in struct:ThaiShaping::StateTransition
110 static le_uint8 getNextState(LEUnicode ch, le_uint8 state, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar,
H A DThaiShaping.cpp253 le_uint8 ThaiShaping::getNextState(LEUnicode ch, le_uint8 prevState, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, function in class:ThaiShaping
307 state = getNextState(CH_NIKHAHIT, conState, inputIndex, glyphSet, errorChar, charClass,
312 state = getNextState(ch, state, j, glyphSet, errorChar, charClass,
319 state = getNextState(ch, state, inputIndex, glyphSet, errorChar, charClass,
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/fsm/
H A DGuardedAction.java69 public State getNextState() { return nextState ; } method in class:GuardedAction
H A DStateEngineImpl.java229 nextState = (StateImpl)ga.getNextState() ;
/openjdk7/jdk/src/share/classes/java/text/
H A DBreakDictionary.java263 * passes the row and column number to getNextState()
275 return getNextState(row, col);
289 public final short getNextState(int row, int col) { method in class:BreakDictionary
329 * Implementation of getNextState() when we know the specified cell is
H A DDictionaryBasedBreakIterator.java386 if (dictionary.getNextState(state, 0) == -1) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusStyle.java670 (s = getNextState(v.states, lastIndex, xstate)) != null) {
714 while ((s = getNextState(v.states, lastIndex, xstate)) != null) {
749 while ((s = getNextState(v.states, lastIndex, xstate)) != null) {
784 while ((s = getNextState(v.states, lastIndex, xstate)) != null) {
926 private RuntimeState getNextState(RuntimeState[] states, method in class:NimbusStyle

Completed in 59 milliseconds