Searched refs:nextState (Results 1 – 1 of 1) sorted by relevance
147 final StringBuilder nextState = new StringBuilder(prefix); in decode() local149 nextState.append(subsection); in decode()151 nextState.append(suffix); in decode()152 work = nextState.toString(); in decode()