Home | History | Annotate | Download | only in i18n

Lines Matching refs:parse

15  * \brief C++ API: Format and parse relative dates and times.
124 * Parse a date/time string beginning at the given parse position. For
130 * parse succeeds. Clients may insist on strict adherence to the format by
138 * start position if the parse failed.
142 virtual void parse( const UnicodeString& text,
147 * Parse a date/time string starting at the given parse position. For
153 * parse succeeds. Clients may insist on strict adherence to the format by
161 * start position if the parse failed.
165 UDate parse( const UnicodeString& text,
170 * Parse a date/time string. For example, a time text "07/10/96 4:5 PM, PDT"
173 * possible. Assuming no parse errors were encountered, this function
176 * parse() that takes a ParsePosition.
179 * @param status Filled in with U_ZERO_ERROR if the parse was successful, and with
180 * an error value if there was a parse error.
184 virtual UDate parse( const UnicodeString& text,