Searched refs:nextQuote (Results 1 – 1 of 1) sorted by relevance
248 int nextQuote = rawEvent.indexOf(" \"", current); in unescapeArgs() local250 Slog.e(LOGTAG, "nextSpace=" + nextSpace + ", nextQuote=" + nextQuote); in unescapeArgs()252 if (nextQuote > -1 && nextQuote <= nextSpace) { in unescapeArgs()254 current = nextQuote + 2; in unescapeArgs()