Searched refs:indexOfSlash (Results 1 – 1 of 1) sorted by relevance
184 int indexOfSlash = ref.indexOf('/'); in execute() local186 if ((indexOfColon != -1) && (indexOfSlash != -1) in execute()187 && (indexOfColon < indexOfSlash)) in execute()