Searched refs:UNICODE_JIRA_PATTERN (Results 1 – 1 of 1) sorted by relevance
63 static final Pattern UNICODE_JIRA_PATTERN = Pattern.compile( field in UnicodeKnownIssues125 if (UNICODE_JIRA_PATTERN.matcher(ticketLink) != null) { in printKnownIssues()