Uses of Class
com.ibm.icu.text.SimpleDateFormat.ContextValue

Packages that use SimpleDateFormat.ContextValue
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 SimpleDateFormat.ContextValue in com.ibm.icu.text
 

Methods in com.ibm.icu.text that return SimpleDateFormat.ContextValue
 SimpleDateFormat.ContextValue SimpleDateFormat.getDefaultContext(SimpleDateFormat.ContextType type)
          [icu] Get the formatter's default value for a particular context type, such as CAPITALIZATION.
static SimpleDateFormat.ContextValue SimpleDateFormat.ContextValue.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimpleDateFormat.ContextValue[] SimpleDateFormat.ContextValue.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 SimpleDateFormat.ContextValue
 void SimpleDateFormat.setDefaultContext(SimpleDateFormat.ContextType type, SimpleDateFormat.ContextValue value)
          [icu] Set the formatter's default value for a particular context type, such as CAPITALIZATION.
protected  String SimpleDateFormat.subFormat(char ch, int count, int beginOffset, int fieldNum, SimpleDateFormat.ContextValue capitalizationContext, FieldPosition pos, Calendar cal)
          Deprecated. This API is ICU internal only.
protected  void SimpleDateFormat.subFormat(StringBuffer buf, char ch, int count, int beginOffset, int fieldNum, SimpleDateFormat.ContextValue capitalizationContext, FieldPosition pos, Calendar cal)
          Deprecated. This API is ICU internal only.
protected  void ChineseDateFormat.subFormat(StringBuffer buf, char ch, int count, int beginOffset, int fieldNum, SimpleDateFormat.ContextValue capitalizationContext, FieldPosition pos, Calendar cal)
          Deprecated. This API is ICU internal only.
 

Method parameters in com.ibm.icu.text with type arguments of type SimpleDateFormat.ContextValue
 StringBuffer SimpleDateFormat.format(Calendar cal, Map<SimpleDateFormat.ContextType,SimpleDateFormat.ContextValue> contextValues, StringBuffer toAppendTo, FieldPosition pos)
          Formats a date or time, which is the standard millis since January 1, 1970, 00:00:00 GMT.
 



Copyright (c) 2012 IBM Corporation and others.