Searched refs:newSubstring (Results 1 – 2 of 2) sorted by relevance
121 const char oldSubstring[], const char newSubstring[]) { in replace_all() argument129 output.append(newSubstring); in replace_all()
3689 private void add(String newSubstring) { in add() argument3690 int idLen = newSubstring.length(); in add()3692 substringMap.put(newSubstring, null); in add()3693 substringMapCI.put(newSubstring.toLowerCase(Locale.ENGLISH), null); in add()3695 String substring = newSubstring.substring(0, length); in add()3702 parserTree.add(newSubstring); in add()