Searched refs:singleQuoteStart (Results 1 – 1 of 1) sorted by relevance
100 private int singleQuoteStart = -1; field in ParamsFilePreProcessor.CharIterator125 return singleQuoteStart != -1 || doubleQuoteStart != -1; in isInQuote()134 if (singleQuoteStart != -1) { in getUnmatchedQuoteMessage()135 message.append(String.format(UNFINISHED_QUOTE_MESSAGE_FORMAT, "'", singleQuoteStart)); in getUnmatchedQuoteMessage()162 singleQuoteStart = singleQuoteStart == -1 ? readerPosition : -1; in next()