Lines Matching refs:parse
87 // Initialize the parent fCalendar, so that parse() works correctly.
180 void RelativeDateFormat::parse( const UnicodeString& text,
184 // Can the fDateFormat parse it?
187 fDateFormat->parse(text,cal,aPos);
190 pos=aPos; // copy the sub parse
217 // parse failed
221 RelativeDateFormat::parse( const UnicodeString& text,
223 // redefined here because the other parse() function hides this function's
225 return DateFormat::parse(text, pos);
229 RelativeDateFormat::parse(const UnicodeString& text, UErrorCode& status) const
231 // redefined here because the other parse() function hides this function's
233 return DateFormat::parse(text, status);