Searched refs:sCountryCodePattern (Results 1 – 2 of 2) sorted by relevance
34 … private final static Pattern sCountryCodePattern = Pattern.compile("^mcc(\\d{3})$");//$NON-NLS-1$ field in CountryCodeQualifier47 Matcher m = sCountryCodePattern.matcher(segment); in getQualifier()
35 private final static Pattern sCountryCodePattern = Pattern.compile("^v(\\d+)$");//$NON-NLS-1$ field in VersionQualifier48 Matcher m = sCountryCodePattern.matcher(segment); in getQualifier()