Home | History | Annotate | Download | only in unicode

Lines Matching refs:parse

51  * DateFormat helps you to format and parse dates for any locale. Your code can
99 * You can use a DateFormat to parse also.
103 * UDate myDate = df->parse(myString, status);
126 * You can also use forms of the parse and format methods with ParsePosition and
129 * <li> Progressively parse through pieces of a string.
329 * Parse a date/time string.
338 virtual UDate parse( const UnicodeString& text,
342 * Parse a date/time string beginning at the given parse position. For
348 * parse succeeds. Clients may insist on strict adherence to the format by
363 * start position if the parse failed.
367 virtual void parse( const UnicodeString& text,
372 * Parse a date/time string beginning at the given parse position. For
378 * parse succeeds. Clients may insist on strict adherence to the format by
386 * start position if the parse failed.
390 UDate parse( const UnicodeString& text,
394 * Parse a string to produce an object. This methods handles parsing of
401 * When parsing, leading whitespace is discarded (with a successful parse),
407 * @param result Formattable to be set to the parse result.
408 * If parse fails, return contents are undefined.
533 * and parse the numeric portions of the pattern.