Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/runner/basicrunner/
H A DBasicIfcTest.java96 int oldIndex = 0; in run() local
100 names[0] += aName.substring(oldIndex,index) + "."; in run()
101 oldIndex=index+2; in run()
102 index=aName.indexOf("::", oldIndex); in run()
104 names[0] += aName.substring(oldIndex); in run()

Completed in 12 milliseconds