Lines Matching refs:parse
120 // Initialize the parent fCalendar, so that parse() works correctly.
239 void RelativeDateFormat::parse( const UnicodeString& text,
247 fDateTimeFormatter->parse(text,cal,pos);
272 // just parse as normal date
274 fDateTimeFormatter->parse(text,cal,pos);
278 // formatted per fDatePattern, then parse text normally using the combined pattern.
314 fDateTimeFormatter->parse(modifiedText,cal,pos);
337 RelativeDateFormat::parse( const UnicodeString& text,
339 // redefined here because the other parse() function hides this function's
341 return DateFormat::parse(text, pos);
345 RelativeDateFormat::parse(const UnicodeString& text, UErrorCode& status) const
347 // redefined here because the other parse() function hides this function's
349 return DateFormat::parse(text, status);