Lines Matching refs:nextState
423 InternalState nextState = expectedNextState; in handleEnterState() local
429 nextState = tagClose(currentState); in handleEnterState()
439 return nextState; in handleEnterState()
446 InternalState nextState = expectedNextState; in handleExitState() local
452 nextState = exitStateCdataMayClose(nextState, input); in handleExitState()
458 return nextState; in handleExitState()
599 InternalState nextState = state; in tagClose() local
602 nextState = CDATA_TEXT; in tagClose()
608 nextState = CDATA_TEXT; in tagClose()
611 return nextState; in tagClose()
651 InternalState nextState = expectedNextState; in exitStateCdataMayClose() local
662 nextState = CDATA_TEXT; in exitStateCdataMayClose()
664 return nextState; in exitStateCdataMayClose()