Home
last modified time | relevance | path

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

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScopedException.java121 int nextLoc = 0; in createFromOutput() local
122 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()