Searched refs:secondEnd (Results 1 – 1 of 1) sorted by relevance
668 int secondEnd = path.indexOf("\"]", secondType); in getLastType() local669 if (secondEnd < 0) { in getLastType()672 return path.substring(secondType, secondEnd); in getLastType()681 int secondEnd = path.indexOf("/", secondType); in getMainType() local682 if (secondEnd < 0) { in getMainType()685 return path.substring(secondType, secondEnd); in getMainType()