Uses of Class
com.ibm.icu.util.CodePointTrie
-
Packages that use CodePointTrie Package Description com.ibm.icu.impl com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.com.ibm.icu.util International calendars and other utility classes. -
-
Uses of CodePointTrie in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as CodePointTrie Modifier and Type Field Description private CodePointTrie
Normalizer2Impl. canonIterData
CodePointTrie
RBBIDataWrapper. fTrie
(package private) CodePointTrie
UCharacterProperty.LayoutProps. inpcTrie
(package private) CodePointTrie
UCharacterProperty.LayoutProps. inscTrie
(package private) CodePointTrie
UCharacterProperty. m_blockTrie_
(package private) CodePointTrie
UCharacterProperty.LayoutProps. voTrie
-
Uses of CodePointTrie in com.ibm.icu.text
Fields in com.ibm.icu.text declared as CodePointTrie Modifier and Type Field Description (package private) CodePointTrie
RBBISetBuilder. fFrozenTrie
-
Uses of CodePointTrie in com.ibm.icu.util
Subclasses of CodePointTrie in com.ibm.icu.util Modifier and Type Class Description static class
CodePointTrie.Fast
A CodePointTrie withCodePointTrie.Type.FAST
.static class
CodePointTrie.Fast16
A CodePointTrie withCodePointTrie.Type.FAST
andCodePointTrie.ValueWidth.BITS_16
.static class
CodePointTrie.Fast32
A CodePointTrie withCodePointTrie.Type.FAST
andCodePointTrie.ValueWidth.BITS_32
.static class
CodePointTrie.Fast8
A CodePointTrie withCodePointTrie.Type.FAST
andCodePointTrie.ValueWidth.BITS_8
.static class
CodePointTrie.Small
A CodePointTrie withCodePointTrie.Type.SMALL
.static class
CodePointTrie.Small16
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_16
.static class
CodePointTrie.Small32
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_32
.static class
CodePointTrie.Small8
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_8
.Methods in com.ibm.icu.util that return CodePointTrie Modifier and Type Method Description private CodePointTrie
MutableCodePointTrie. build(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth)
CodePointTrie
MutableCodePointTrie. buildImmutable(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth)
Compacts the data and builds an immutableCodePointTrie
according to the parameters.static CodePointTrie
CodePointTrie. fromBinary(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, java.nio.ByteBuffer bytes)
Creates a trie from its binary form, stored in the ByteBuffer starting at the current position.
-