Searched refs:targetCodeIdx (Results 1 – 2 of 2) sorted by relevance
431 final int targetCodeIdx = targetCode.indexOf('.'); in matchTargetCode() local432 if (targetCodeIdx == -1) { in matchTargetCode()435 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()
2578 final int targetCodeIdx = targetCode.indexOf('.'); in matchTargetCode() local2579 if (targetCodeIdx == -1) { in matchTargetCode()2582 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()