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