Lines Matching refs:parse
15 * \brief C++ API: Format and parse relative dates and times.
127 * Parse a date/time string beginning at the given parse position. For
133 * parse succeeds. Clients may insist on strict adherence to the format by
141 * start position if the parse failed.
145 virtual void parse( const UnicodeString& text,
150 * Parse a date/time string starting at the given parse position. For
156 * parse succeeds. Clients may insist on strict adherence to the format by
164 * start position if the parse failed.
168 UDate parse( const UnicodeString& text,
173 * Parse a date/time string. For example, a time text "07/10/96 4:5 PM, PDT"
176 * possible. Assuming no parse errors were encountered, this function
179 * parse() that takes a ParsePosition.
182 * @param status Filled in with U_ZERO_ERROR if the parse was successful, and with
183 * an error value if there was a parse error.
187 virtual UDate parse( const UnicodeString& text,