Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncDocument.java184 int indexOfSlash = ref.indexOf('/'); in execute() local
186 if ((indexOfColon != -1) && (indexOfSlash != -1) in execute()
187 && (indexOfColon < indexOfSlash)) in execute()