Home
last modified time | relevance | path

Searched refs:sr_Cyrl_ME (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/icu/
DICUTest.java160 Locale sr_Cyrl_ME = Locale.forLanguageTag("sr-Cyrl-ME"); in testScriptsPassedToIcu() local
167 assertEquals("sr_ME_#Cyrl", sr_Cyrl_ME.toString()); in testScriptsPassedToIcu()
168 assertEquals("Cyrl", sr_Cyrl_ME.getScript()); in testScriptsPassedToIcu()
181 assertEquals("српски", sr_Cyrl_ME.getDisplayLanguage(sr_Cyrl_ME)); in testScriptsPassedToIcu()
182 assertEquals("Црна Гора", sr_Cyrl_ME.getDisplayCountry(sr_Cyrl_ME)); in testScriptsPassedToIcu()
183 assertEquals("ћирилица", sr_Cyrl_ME.getDisplayScript(sr_Cyrl_ME)); in testScriptsPassedToIcu()
184 assertEquals("", sr_Cyrl_ME.getDisplayVariant(sr_Cyrl_ME)); in testScriptsPassedToIcu()
198 assertEquals("MNE", sr_Cyrl_ME.getISO3Country()); in testScriptsPassedToIcu()
199 assertEquals("srp", sr_Cyrl_ME.getISO3Language()); in testScriptsPassedToIcu()
206 BreakIterator.getCharacterInstance(sr_Cyrl_ME); in testScriptsPassedToIcu()
[all …]