Home | History | Annotate | Download | only in unicode

Lines Matching refs:parse

25  * Constants for time zone display format style used by format/parse APIs
221 * Constants for parse option flags, used for specifying optional parse behavior.
424 * Returns the bitwise flags of UTimeZoneFormatParseOption representing the default parse
426 * @return the default parse options.
433 * Sets the default parse options.
435 * created by {@link #createInstance} has no parse options set (UTZFMT_PARSE_OPTION_NONE).
584 * the given parse position, the specified format style and parse options.
589 * @param parseOptions The parse options repesented by bitwise flags of UTimeZoneFormatParseOption.
598 virtual TimeZone* parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos,
603 * the given parse position, the specified format style and the default parse options.
616 TimeZone* parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos,
638 * Parse a string to produce an object. This methods handles parsing of
641 * @param result Formattable to be set to the parse result. If parse fails, return contents are undefined.
697 /* Bit flags representing parse options */
777 * Parse the GMT offset pattern into runtime optimized format.
882 * Parse localized GMT format generated by the patter used by this formatter, except
904 * Parse localized GMT offset fields with the given pattern.
990 * ASCII digits and does not parse sign (+/-).
992 * @param pos The parse position
1005 * ASCII digits and does not parse sign (+/-).
1007 * @param pos The parse position
1065 * Parse a zone ID.
1074 * Parse a short zone ID.
1083 * Parse an exemplar location string.