Lines Matching refs:parse
15 * \brief C++ API: Format and parse relative dates and times.
120 * Parse a date/time string beginning at the given parse position. For
126 * parse succeeds. Clients may insist on strict adherence to the format by
134 * start position if the parse failed.
138 virtual void parse( const UnicodeString& text,
143 * Parse a date/time string starting at the given parse position. For
149 * parse succeeds. Clients may insist on strict adherence to the format by
157 * start position if the parse failed.
161 UDate parse( const UnicodeString& text,
166 * Parse a date/time string. For example, a time text "07/10/96 4:5 PM, PDT"
169 * possible. Assuming no parse errors were encountered, this function
172 * parse() that takes a ParsePosition.
175 * @param status Filled in with U_ZERO_ERROR if the parse was successful, and with
176 * an error value if there was a parse error.
180 virtual UDate parse( const UnicodeString& text,