Searched refs:nextState (Results 1 – 1 of 1) sorted by relevance
181 final StringBuilder nextState = new StringBuilder(prefix); in decode() local183 nextState.append(subsection); in decode()185 nextState.append(suffix); in decode()186 work = nextState.toString(); in decode()