Searched refs:CharacterListCompressor (Results 1 – 2 of 2) sorted by relevance
10 import org.unicode.cldr.draft.CharacterListCompressor.Interval;46 String result = CharacterListCompressor.base88EncodeList(intermediate); in encodeString()60 List<Interval> intermediate = CharacterListCompressor.base88DecodeList(encodedString); in decodeString()
27 public class CharacterListCompressor { class