Uses of Class
com.ibm.icu.util.CodePointTrie.ValueWidth
-
Packages that use CodePointTrie.ValueWidth Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of CodePointTrie.ValueWidth in com.ibm.icu.util
Methods in com.ibm.icu.util that return CodePointTrie.ValueWidth Modifier and Type Method Description (package private) abstract CodePointTrie.ValueWidth
CodePointTrie.Data. getValueWidth()
(package private) CodePointTrie.ValueWidth
CodePointTrie.Data16. getValueWidth()
(package private) CodePointTrie.ValueWidth
CodePointTrie.Data32. getValueWidth()
(package private) CodePointTrie.ValueWidth
CodePointTrie.Data8. getValueWidth()
CodePointTrie.ValueWidth
CodePointTrie. getValueWidth()
Returns the number of bits in a trie data value.static CodePointTrie.ValueWidth
CodePointTrie.ValueWidth. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CodePointTrie.ValueWidth[]
CodePointTrie.ValueWidth. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type CodePointTrie.ValueWidth 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.Fast
CodePointTrie.Fast. fromBinary(CodePointTrie.ValueWidth valueWidth, java.nio.ByteBuffer bytes)
Creates a trie from its binary form.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.static CodePointTrie.Small
CodePointTrie.Small. fromBinary(CodePointTrie.ValueWidth valueWidth, java.nio.ByteBuffer bytes)
Creates a trie from its binary form.
-