Searched refs:match2 (Results 1 – 1 of 1) sorted by relevance
355 String match2; in replaceIds() local357 match2 = '"' + NEW_ID_PREFIX + match1.substring(ID_PREFIX.length()) + '"'; in replaceIds()360 match2 = '"' + ID_PREFIX + match1.substring(NEW_ID_PREFIX.length()) + '"'; in replaceIds()393 if (attributeValue.equals(match1) || attributeValue.equals(match2)) { in replaceIds()