Home
last modified time | relevance | path

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

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScopedException.java111 int locStart = output.indexOf(LOCATION_KEY, fileStart + FILE_KEY.length()); in createFromOutput() local
112 if (locStart < 0) { in createFromOutput()
115 file = output.substring(fileStart + FILE_KEY.length(), locStart); in createFromOutput()
118 nextLoc = output.indexOf(LOCATION_KEY, locStart + LOCATION_KEY.length()); in createFromOutput()
122 output.substring(locStart + LOCATION_KEY.length())); in createFromOutput()
125 output.substring(locStart + LOCATION_KEY.length(), nextLoc)); in createFromOutput()
130 locStart = nextLoc; in createFromOutput()