Uses of Class
com.ibm.icu.util.CodePointTrie
Packages that use CodePointTrie
-
Uses of CodePointTrie in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as CodePointTrieModifier and TypeFieldDescriptionprivate CodePointTrieNormalizer2Impl.canonIterDataRBBIDataWrapper.fTrie(package private) CodePointTrieUCharacterProperty.LayoutProps.inpcTrie(package private) CodePointTrieUCharacterProperty.LayoutProps.inscTrie(package private) CodePointTrieUCharacterProperty.m_blockTrie_(package private) CodePointTrieUCharacterProperty.LayoutProps.voTrie -
Uses of CodePointTrie in com.ibm.icu.text
Fields in com.ibm.icu.text declared as CodePointTrie -
Uses of CodePointTrie in com.ibm.icu.util
Subclasses of CodePointTrie in com.ibm.icu.utilModifier and TypeClassDescriptionstatic classA CodePointTrie withCodePointTrie.Type.FAST.static final classA CodePointTrie withCodePointTrie.Type.FASTandCodePointTrie.ValueWidth.BITS_16.static final classA CodePointTrie withCodePointTrie.Type.FASTandCodePointTrie.ValueWidth.BITS_32.static final classA CodePointTrie withCodePointTrie.Type.FASTandCodePointTrie.ValueWidth.BITS_8.static classA CodePointTrie withCodePointTrie.Type.SMALL.static final classA CodePointTrie withCodePointTrie.Type.SMALLandCodePointTrie.ValueWidth.BITS_16.static final classA CodePointTrie withCodePointTrie.Type.SMALLandCodePointTrie.ValueWidth.BITS_32.static final classA CodePointTrie withCodePointTrie.Type.SMALLandCodePointTrie.ValueWidth.BITS_8.Methods in com.ibm.icu.util that return CodePointTrieModifier and TypeMethodDescriptionprivate CodePointTrieMutableCodePointTrie.build(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth) MutableCodePointTrie.buildImmutable(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth) Compacts the data and builds an immutableCodePointTrieaccording to the parameters.static CodePointTrieCodePointTrie.fromBinary(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, ByteBuffer bytes) Creates a trie from its binary form, stored in the ByteBuffer starting at the current position.