Searched refs:nextBareQuoteIndex (Results 1 – 1 of 1) sorted by relevance
598 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