Searched refs:oldInside (Results 1 – 1 of 1) sorted by relevance
472 …rotected boolean translateCommand(StringBuffer buf, String pattern, int index, boolean oldInside) { in translateCommand() argument474 boolean newInside = oldInside; in translateCommand()480 newInside = translateCommand(buf, pattern, index + 1, oldInside); in translateCommand()482 buf.append(quote("%" + firstChar, oldInside)); in translateCommand()489 buf.append(quote("%" + firstChar, oldInside)); in translateCommand()492 if (oldInside) { in translateCommand()