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