Lines Matching refs:parse
29 * Constants for time zone display format style used by format/parse APIs
225 * Constants for parse option flags, used for specifying optional parse behavior.
428 * Returns the bitwise flags of UTimeZoneFormatParseOption representing the default parse
430 * @return the default parse options.
437 * Sets the default parse options.
439 * created by {@link #createInstance} has no parse options set (UTZFMT_PARSE_OPTION_NONE).
588 * the given parse position, the specified format style and parse options.
593 * @param parseOptions The parse options represented by bitwise flags of UTimeZoneFormatParseOption.
602 virtual TimeZone* parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos,
607 * the given parse position, the specified format style and the default parse options.
620 TimeZone* parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos,
645 * @param result Formattable to be set to the parse result. If parse fails, return contents are undefined.
701 /* Bit flags representing parse options */
994 * ASCII digits and does not parse sign (+/-).
996 * @param pos The parse position
1009 * ASCII digits and does not parse sign (+/-).
1011 * @param pos The parse position