Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncTranslate.java58 char theCurrentChar = theFirstString.charAt(i); in execute() local
59 int theIndex = theSecondString.indexOf(theCurrentChar); in execute()
66 sbuffer.append(theCurrentChar); in execute()