Uses of Enum
com.ibm.icu.text.BidiTransform.Order
Packages that use BidiTransform.Order
Package
Description
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.
-
Uses of BidiTransform.Order in com.ibm.icu.text
Methods in com.ibm.icu.text that return BidiTransform.OrderModifier and TypeMethodDescriptionstatic BidiTransform.Order
Returns the enum constant of this type with the specified name.static BidiTransform.Order[]
BidiTransform.Order.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type BidiTransform.OrderModifier and TypeMethodDescriptionBidiTransform.transform
(CharSequence text, byte inParaLevel, BidiTransform.Order inOrder, byte outParaLevel, BidiTransform.Order outOrder, BidiTransform.Mirroring doMirroring, int shapingOptions) Performs transformation of text from the bidi layout defined by the input ordering scheme to the bidi layout defined by the output ordering scheme, and applies character mirroring and Arabic shaping operations.