Searched refs:targetCodeName (Results 1 – 2 of 2) sorted by relevance
1454 final String targetCodeName; in matchTargetCode() local1457 targetCodeName = targetCode; in matchTargetCode()1459 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()1461 return ArrayUtils.contains(codeNames, targetCodeName); in matchTargetCode()
2508 final String targetCodeName; in matchTargetCode() local2511 targetCodeName = targetCode; in matchTargetCode()2513 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()2515 return ArrayUtils.contains(codeNames, targetCodeName); in matchTargetCode()