Uses of Class
com.ibm.icu.impl.coll.UVector32
Packages that use UVector32
-
Uses of UVector32 in com.ibm.icu.impl.coll
Fields in com.ibm.icu.impl.coll declared as UVector32Modifier and TypeFieldDescriptionprotected UVector32
CollationDataBuilder.ce32s
private UVector32
CollationBuilder.rootPrimaryIndexes
Indexes of nodes with root primary weights, sorted by primary.Methods in com.ibm.icu.impl.coll with parameters of type UVector32Modifier and TypeMethodDescriptionprivate void
CollationData.makeReorderRanges
(int[] reorder, boolean latinMustMove, UVector32 ranges) (package private) void
CollationData.makeReorderRanges
(int[] reorder, UVector32 ranges) Writes the permutation of primary-weight ranges for the given reordering of scripts and groups.final long
CollationIterator.previousCE
(UVector32 offsets) Returns the previous collation element.private final long
CollationIterator.previousCEUnsafe
(int c, UVector32 offsets) Returns the previous CE when data.isUnsafeBackward(c, isNumeric). -
Uses of UVector32 in com.ibm.icu.text
Fields in com.ibm.icu.text declared as UVector32