Searched refs:endBracketIdx (Results 1 – 1 of 1) sorted by relevance
140 int endBracketIdx = path.indexOf(']', controlPos); in consumePropertyWithIndex() local141 if (endBracketIdx == -1) { in consumePropertyWithIndex()144 if (endBracketIdx + 1 < path.length() && path.charAt(endBracketIdx + 1) != '.') { in consumePropertyWithIndex()147 String indexStr = path.substring(controlPos + 1, endBracketIdx); in consumePropertyWithIndex()160 if (endBracketIdx + 1 < path.length()) { in consumePropertyWithIndex()162 return path.substring(endBracketIdx + 2); in consumePropertyWithIndex()