Home
last modified time | relevance | path

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

/external/desugar/java/com/google/devtools/common/options/
DParamsFilePreProcessor.java100 private int singleQuoteStart = -1; field in ParamsFilePreProcessor.CharIterator
125 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()