Home
last modified time | relevance | path

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

/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DResultSpec.java598 int qstart = nextBareQuoteIndex(value, 0); in splitValues()
606 int qend = nextBareQuoteIndex(value, qstart + 1); in splitValues()
611 qstart = nextBareQuoteIndex(value, qend + 1); in splitValues()
618 private static int nextBareQuoteIndex(String s, int i) { in nextBareQuoteIndex() method