Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/posix/
DGenerateCharmap.java85 UnicodeSet csset = new SimpleConverter(cs).getCharset(); in GenerateCharmap() local
86 chars = new UnicodeSet(chars).retainAll(csset); in GenerateCharmap()
DPOSIXLocale.java101 UnicodeSet csset = new SimpleConverter(cs).getCharset(); in POSIXLocale() local
102 … repertoire = new UnicodeSet(UnicodeSet.MIN_VALUE, UnicodeSet.MAX_VALUE).retainAll(csset); in POSIXLocale()