Searched refs:csset (Results 1 – 2 of 2) sorted by relevance
85 UnicodeSet csset = new SimpleConverter(cs).getCharset(); in GenerateCharmap() local86 chars = new UnicodeSet(chars).retainAll(csset); in GenerateCharmap()
101 UnicodeSet csset = new SimpleConverter(cs).getCharset(); in POSIXLocale() local102 … repertoire = new UnicodeSet(UnicodeSet.MIN_VALUE, UnicodeSet.MAX_VALUE).retainAll(csset); in POSIXLocale()