Lines Matching refs:parse
85 * U_ARGUMENT_TYPE_MISMATCH by parse.
95 * {@link #parse(const UnicodeString& source, ParsePosition& pos, int32_t& count)},
96 * {@link #parse(const UnicodeString& source, int32_t& cnt, UErrorCode& status)}
103 * a subformat is located, the subformat is called to parse the
106 * constitute the parse result.
115 * parse may not correspond to the originally formatted argument.
119 * some part of the parse is ambiguous. For example, if the pattern
125 * parse result; prior subformats with the same argument index will
680 * @param pos On input, starting position for parse. On output,
681 * final position after parse. Unchanged if parse
689 virtual Formattable* parse(const UnicodeString& source,
708 virtual Formattable* parse(const UnicodeString& source,
717 * @param result Formattable to be set to the parse result.
718 * If parse fails, return contents are undefined.
719 * @param pos On input, starting position for parse. On output,
720 * final position after parse. Unchanged if parse