Searched refs:nextLoc (Results 1 – 1 of 1) sorted by relevance
121 int nextLoc = 0; in createFromOutput() local122 while(nextLoc >= 0) { in createFromOutput()123 nextLoc = output.indexOf(LOCATION_KEY, locStart + LOCATION_KEY.length()); in createFromOutput()125 if (nextLoc < 0) { in createFromOutput()130 output.substring(locStart + LOCATION_KEY.length(), nextLoc)); in createFromOutput()135 locStart = nextLoc; in createFromOutput()