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