Searched refs:nextState (Results 1 – 1 of 1) sorted by relevance
179 final StringBuilder nextState = new StringBuilder(prefix); in decode() local181 nextState.append(subsection); in decode()183 nextState.append(suffix); in decode()184 work = nextState.toString(); in decode()