Searched refs:scrt (Results 1 – 1 of 1) sorted by relevance
342 String scrt = locale.getScript(); in hashCode() local343 len = scrt.length(); in hashCode()345 h = 31*h + LocaleUtils.toLower(scrt.charAt(i)); in hashCode()