Uses of Class
com.ibm.icu.text.MessagePattern.ApostropheMode

Packages that use MessagePattern.ApostropheMode
com.ibm.icu.text 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
 

Methods in com.ibm.icu.text that return MessagePattern.ApostropheMode
 MessagePattern.ApostropheMode MessageFormat.getApostropheMode()
          [icu]
 MessagePattern.ApostropheMode MessagePattern.getApostropheMode()
           
static MessagePattern.ApostropheMode MessagePattern.ApostropheMode.valueOf(String name)
          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.ApostropheMode
 void MessageFormat.applyPattern(String pattern, MessagePattern.ApostropheMode aposMode)
          [icu] Sets the ApostropheMode and the pattern used by this message format.
 void MessagePattern.clearPatternAndSetApostropheMode(MessagePattern.ApostropheMode mode)
          Clears this MessagePattern and sets the ApostropheMode.
 

Constructors in com.ibm.icu.text with parameters of type MessagePattern.ApostropheMode
MessagePattern(MessagePattern.ApostropheMode mode)
          Constructs an empty MessagePattern.
 



Copyright (c) 2011 IBM Corporation and others.