Lines Matching full:mapped
315 String mapped = escapeChars.get(c);316 if (mapped != null) {318 b = new StringBuffer(s.length() + mapped.length());323 b.append(mapped);