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 UVector32CollationDataBuilder.ce32sprivate UVector32CollationBuilder.rootPrimaryIndexesIndexes of nodes with root primary weights, sorted by primary.Methods in com.ibm.icu.impl.coll with parameters of type UVector32Modifier and TypeMethodDescriptionprivate voidCollationData.makeReorderRanges(int[] reorder, boolean latinMustMove, UVector32 ranges) (package private) voidCollationData.makeReorderRanges(int[] reorder, UVector32 ranges) Writes the permutation of primary-weight ranges for the given reordering of scripts and groups.final longCollationIterator.previousCE(UVector32 offsets) Returns the previous collation element.private final longCollationIterator.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