com.ibm.icu.text
public static class DateTimePatternGenerator.FormatParser extends Object
Deprecated:
Class providing date formattingUNKNOWN:
Constructor Summary | |
---|---|
FormatParser()
Simple constructor, since this is treated like a struct. |
Method Summary | |
---|---|
List | getAutoPatterns(String value, List result)
Internal routine |
List | getItems()
Returns modifiable list which is a mixture of Strings and VariableFields, in the order found during parsing. |
String | getVariableFieldString() |
boolean | hasDateAndTimeFields()
Internal method Returns true if it has a mixture of date and time fields |
Object | quoteLiteral(String string)
produce a quoted literal |
DateTimePatternGenerator.FormatParser | set(String string)
Set the string to parse |
String | toString() Provide display form of formatted input |
String | toString(int start, int limit)
Provide display form of formatted input |
Deprecated:
Simple constructor, since this is treated like a struct.UNKNOWN:
Deprecated:
Internal routineParameters: value result
Returns: list
UNKNOWN:
Deprecated:
Returns modifiable list which is a mixture of Strings and VariableFields, in the order found during parsing.Returns: modifiable list of items.
UNKNOWN:
Deprecated:
Returns: a string which is a concatenation of all the variable fields
UNKNOWN:
Deprecated:
Internal methodReturns true if it has a mixture of date and time fields
Returns: true or false
UNKNOWN:
Deprecated:
produce a quoted literalParameters: string
Returns: string with quoted literals
UNKNOWN:
Deprecated:
Set the string to parseParameters: string
Returns: this, for chaining
UNKNOWN:
Deprecated:
Provide display form of formatted inputReturns: printable output string
UNKNOWN:
Deprecated:
Provide display form of formatted inputParameters: start item to start from limit last item +1
Returns: printable output string
UNKNOWN: