Searched refs:quoteStart (Results 1 – 5 of 5) sorted by relevance
91 int quoteStart = -1; in readArg() local107 quoteStart = -1; in readArg()115 quoteStart = position; in readArg()133 String.format(UNFINISHED_QUOTE_MESSAGE_FORMAT, "'", quoteStart)); in readArg()
113 int quoteStart = split[i].indexOf('"'); in processClassLoaderString43OrLater() local115 if (quoteStart > 0 && quoteStart < quoteEnd) { in processClassLoaderString43OrLater()116 split[i] = split[i].substring(quoteStart + 1, quoteEnd); in processClassLoaderString43OrLater()
454 int quoteStart = -1; // Most recent 'single quoted string' in parseSection() local520 quoteStart = buf.length(); in parseSection()537 for (iq=quoteStart; iq<quoteLimit; ++iq) { in parseSection()704 qstart = quoteStart; in parseSection()
453 int quoteStart = -1; // Most recent 'single quoted string' in parseSection() local519 quoteStart = buf.length(); in parseSection()536 for (iq=quoteStart; iq<quoteLimit; ++iq) { in parseSection()703 qstart = quoteStart; in parseSection()
407 int32_t quoteStart = -1; // Most recent 'single quoted string' in parseSection() local471 quoteStart = buf.length(); in parseSection()490 for (iq=quoteStart; iq<quoteLimit; ++iq) { in parseSection()661 qstart = quoteStart; in parseSection()