Searched refs:targetCodeName (Results 1 – 2 of 2) sorted by relevance
1681 final String targetCodeName; in matchTargetCode() local1684 targetCodeName = targetCode; in matchTargetCode()1686 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()1688 return ArrayUtils.contains(codeNames, targetCodeName); in matchTargetCode()
2521 final String targetCodeName; in matchTargetCode() local2524 targetCodeName = targetCode; in matchTargetCode()2526 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()2528 return ArrayUtils.contains(codeNames, targetCodeName); in matchTargetCode()