Home
last modified time | relevance | path

Searched refs:valueUc (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java2686 final String valueUc = value.toUpperCase(Locale.US); in matchAttribute() local
2687 return valueUc.matches(pattern.toUpperCase(Locale.US)); in matchAttribute()