Searched refs:targetCodeName (Results 1 – 2 of 2) sorted by relevance
430 final String targetCodeName; in matchTargetCode() local433 targetCodeName = targetCode; in matchTargetCode()435 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()437 return ArrayUtils.contains(codeNames, targetCodeName); in matchTargetCode()
2577 final String targetCodeName; in matchTargetCode() local2580 targetCodeName = targetCode; in matchTargetCode()2582 targetCodeName = targetCode.substring(0, targetCodeIdx); in matchTargetCode()2584 return ArrayUtils.contains(codeNames, targetCodeName); in matchTargetCode()