Searched refs:valueUc (Results 1 – 1 of 1) sorted by relevance
2686 final String valueUc = value.toUpperCase(Locale.US); in matchAttribute() local2687 return valueUc.matches(pattern.toUpperCase(Locale.US)); in matchAttribute()