Searched refs:fromChars (Results 1 – 1 of 1) sorted by relevance
1301 …private static String convertPattern(String template, String fromChars, String toChars, boolean ch… in convertPattern() argument1302 if (!check && fromChars.equals(toChars)) { in convertPattern()1314 if (!quote && (index = fromChars.indexOf(next)) != -1) { in convertPattern()