Searched refs:targetCodeIdx (Results 1 – 2 of 2) sorted by relevance
1682 final int targetCodeIdx = targetCode.indexOf('.'); in matchTargetCode() local1683 if (targetCodeIdx == -1) { in matchTargetCode()1686 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()
2522 final int targetCodeIdx = targetCode.indexOf('.'); in matchTargetCode() local2523 if (targetCodeIdx == -1) { in matchTargetCode()2526 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()