Searched refs:scriptMatch (Results 1 – 2 of 2) sorted by relevance
479 bool scriptMatch = false; in calcScoreFor() local490 scriptMatch = true; in calcScoreFor()498 scriptMatch = true; in calcScoreFor()508 } else if (scriptMatch) { in calcScoreFor()
424 if (scriptMatch(xmlFamily.getLocaleList(), localeFallback.getScript())) { in buildSystemFallback()486 private static boolean scriptMatch(LocaleList localeList, String targetScript) { in scriptMatch() method in SystemFonts