Uses of Enum
com.ibm.icu.text.MessagePattern.ApostropheMode
Packages that use MessagePattern.ApostropheMode
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 MessagePattern.ApostropheMode in com.ibm.icu.text
Subclasses with type arguments of type MessagePattern.ApostropheMode in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumMode for when an apostrophe starts quoted literal text for MessageFormat output.Methods in com.ibm.icu.text that return MessagePattern.ApostropheModeModifier and TypeMethodDescriptionMessageFormat.getApostropheMode()MessagePattern.getApostropheMode()Returns the enum constant of this type with the specified name.static MessagePattern.ApostropheMode[]MessagePattern.ApostropheMode.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 MessagePattern.ApostropheModeModifier and TypeMethodDescriptionvoidMessageFormat.applyPattern(String pattern, MessagePattern.ApostropheMode aposMode) Sets the ApostropheMode and the pattern used by this message format.voidMessagePattern.clearPatternAndSetApostropheMode(MessagePattern.ApostropheMode mode) Clears this MessagePattern and sets the ApostropheMode. countParts() will return 0.Constructors in com.ibm.icu.text with parameters of type MessagePattern.ApostropheModeModifierConstructorDescriptionConstructs an empty MessagePattern.