Lines Matching refs:parse
1778 SimpleDateFormat::parse(const UnicodeString& text, Calendar& cal, ParsePosition& parsePos) const
1795 // and increments each time we try to parse the fields.
1869 // the pattern "HHmmss" as an example. We will try to parse
1878 // this field any more, then the parse of this set of
1891 // If the parse fails anywhere in the run, back up to the
2163 // couldn't parse the string, when in reality this isn't quite accurate--
2164 // we did parse it; the Calendar calls just failed.
2172 SimpleDateFormat::parse( const UnicodeString& text,
2174 // redefined here because the other parse() function hides this function's
2176 return DateFormat::parse(text, pos);
2180 SimpleDateFormat::parse(const UnicodeString& text, UErrorCode& status) const
2182 // redefined here because the other parse() function hides this function's
2184 return DateFormat::parse(text, status);
2408 // We handle a few special cases here where we need to parse
2555 // Don't want to parse the month if it is a string
2563 // Want to be able to parse both short and long forms.
2578 // Don't want to parse the month if it is a string
2585 // Want to be able to parse both short and long forms.
2634 // Want to be able to parse both short and long forms.
2658 // Want to be able to parse both short and long forms.
2682 // Don't want to parse the month if it is a string
2689 // Want to be able to parse both short and long forms.
2704 // Don't want to parse the month if it is a string
2711 // Want to be able to parse both short and long forms.
2754 // Parse digits
2798 // Failed to parse. Reset the position.
2819 // Want to be able to parse both short and long forms.
2914 * Parse an integer using fNumberFormat. This method is semantically
2926 * Parse an integer using fNumberFormat up to maxDigits.
2941 fmt->parse(text, number, pos);