Searched refs:targetCodeIdx (Results 1 – 2 of 2) sorted by relevance
1455 final int targetCodeIdx = targetCode.indexOf('.'); in matchTargetCode() local1456 if (targetCodeIdx == -1) { in matchTargetCode()1459 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()
2509 final int targetCodeIdx = targetCode.indexOf('.'); in matchTargetCode() local2510 if (targetCodeIdx == -1) { in matchTargetCode()2513 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()