Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java540 copyAndFixQuotes(pattern, lastOffset, offsets[i], result); in toPattern()
594 copyAndFixQuotes(pattern, lastOffset, pattern.length(), result); in toPattern()
1575 private static final void copyAndFixQuotes(String source, int start, int end, in copyAndFixQuotes() method in MessageFormat