Searched refs:baseScript (Results 1 – 2 of 2) sorted by relevance
495 String baseScript = FontConfig.resolveScript(locale); in scriptMatch() local496 if (baseScript.equals(targetScript)) { in scriptMatch()501 if (targetScript.equals("Bopo") && baseScript.equals("Hanb")) { in scriptMatch()505 if (baseScript.equals("Hanb") || baseScript.equals("Hans") in scriptMatch()506 || baseScript.equals("Hant") || baseScript.equals("Kore") in scriptMatch()507 || baseScript.equals("Jpan")) { in scriptMatch()514 if (baseScript.equals("Jpan") || baseScript.equals("Hrkt")) { in scriptMatch()
237 const std::string baseScript; in TEST() member321 EXPECT_TRUE(createLocale(testCase.baseScript).supportsScript(script)) in TEST()322 << testCase.baseScript << " should support " << testCase.requestedScript; in TEST()324 EXPECT_FALSE(createLocale(testCase.baseScript).supportsScript(script)) in TEST()325 << testCase.baseScript << " shouldn't support " << testCase.requestedScript; in TEST()