Searched refs:oldidx (Results 1 – 1 of 1) sorted by relevance
850 int idx = 0, oldidx = 0; in unEscape() local854 while ((idx = tmp.indexOf('\\', oldidx)) >= 0 && ++idx <= tmp.length()) { in unEscape()855 cmd += tmp.substring(oldidx, idx - 1); in unEscape()896 oldidx = ++idx; in unEscape()898 if (oldidx <= tmp.length()) { in unEscape()899 cmd += tmp.substring(oldidx); in unEscape()