Searched refs:endLineIndex (Results 1 – 2 of 2) sorted by relevance
165 final int endLineIndex = result.indexOf('\n', colonIndex); in getStateForOverlay() local166 assertWithMessage(errorMsg).that(colonIndex).isLessThan(endLineIndex); in getStateForOverlay()167 assertWithMessage(errorMsg).that(endLineIndex).isLessThan(endIndex); in getStateForOverlay()169 return result.substring(colonIndex + 2, endLineIndex); in getStateForOverlay()
109 int endLineIndex = result.indexOf('\n', colonIndex); in getStateForOverlay()110 assertTrue(colonIndex < endLineIndex && endLineIndex < endIndex); in getStateForOverlay()111 return result.substring(colonIndex + 2, endLineIndex); in getStateForOverlay()