Searched refs:maxDesired (Results 1 – 1 of 1) sorted by relevance
59 ULocale maxDesired = ULocale.addLikelySubtags(desired); in calculateMatchingSubScore() local64 if (supportedScript.isEmpty() || !supportedScript.equals(maxDesired.getScript())) { in calculateMatchingSubScore()70 if (supportedCountry.isEmpty() || !supportedCountry.equals(maxDesired.getCountry())) { in calculateMatchingSubScore()81 if ((desiredScript.isEmpty() || desiredScript.equals(maxDesired.getScript())) in calculateMatchingSubScore()82 && (desiredCountry.isEmpty() || desiredCountry.equals(maxDesired.getCountry()))) { in calculateMatchingSubScore()