Lines Matching refs:substring

80             job = job.substring(3, job.length()).trim();  in getDescriptionFor()
108 String partjob = job.substring(0, job.indexOf(",")).trim(); in getDescriptionFor()
118 subEntry = subEntry.substring(cpLength + 2, in getDescriptionFor()
141 job = job.substring(3, job.length()).trim(); in getDescriptionFor()
152 scenario[i].substring(3).trim(), descPath, debug); in getDescriptionFor()
164 job = job.substring(5, job.length()).trim(); in getDescriptionFor()
200 job = job.substring(0, job.indexOf("::")); in getDescriptionForSingleJob()
357 ifc_name = ifc_name.substring(0, ifc_name.indexOf("#")); in getSubEntries()
442 meth_name = meth_name.substring(0, meth_name.indexOf("#")); in createDescEntry()
464 withoutHash = ifc_name.substring(0, ifc_name.indexOf("#")); in createDescEntry()
547 module = aEntry.substring(0, aEntry.indexOf('.')); in getFromClassPath()
548 shortName = aEntry.substring(aEntry.indexOf('.') + 1); in getFromClassPath()
552 module = aEntry.substring(0, aEntry.lastIndexOf('.')); in getFromClassPath()
553 shortName = aEntry.substring(aEntry.lastIndexOf('.') + 1); in getFromClassPath()
667 module = entry.substring(0, entry.indexOf('.')); in getFromDirectory()
668 shortName = entry.substring(entry.indexOf('.') + 1); in getFromDirectory()
672 module = entry.substring(0, entry.lastIndexOf('.')); in getFromDirectory()
673 shortName = entry.substring(entry.lastIndexOf('.') + 1); in getFromDirectory()
896 String module = entry.substring(startMod + 1, endMod); in getScenarioFromClassPath()
898 entry.substring(endMod + 1, in getScenarioFromClassPath()
933 full = full.substring(0, full.length() - 4); in getComponentForString()
937 component = full.substring(lastdot + 1, full.length()); in getComponentForString()
941 String withoutComponent = full.substring(0, lastdot); in getComponentForString()
943 component = withoutComponent.substring(preLastDot + 1, in getComponentForString()