Home
last modified time | relevance | path

Searched refs:newSubstring (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/tools/skdiff/
H A Dskdiff_utils.cpp121 const char oldSubstring[], const char newSubstring[]) { in replace_all() argument
129 output.append(newSubstring); in replace_all()
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/format/
H A DDateTimeFormatterBuilder.java3689 private void add(String newSubstring) { in add() argument
3690 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()