Searched refs:supportedScr (Results 1 – 1 of 1) sorted by relevance
327 final String supportedScr = getLikelyScript(supported); in matchScore() local328 if (supportedScr.isEmpty()) { in matchScore()340 return supportedScr.equals(desiredScr) ? 1 : 0; in matchScore()