Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncTranslate.java47 String theSecondString = m_arg1.execute(xctxt).str(); in execute() local
59 int theIndex = theSecondString.indexOf(theCurrentChar); in execute()