Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/util/locale/
DBaseLocale.java342 String scrt = locale.getScript(); in hashCode() local
343 len = scrt.length(); in hashCode()
345 h = 31*h + LocaleUtils.toLower(scrt.charAt(i)); in hashCode()