Lines Matching refs:string

85  * components of a date or time string.
90 * output string during formatting or matched against the input string
245 * <code>SimpleDateFormat</code> instance created on Jan 1, 1997, the string
246 * "01/11/12" would be interpreted as Jan 11, 2012 while the string "05/04/64"
250 * Any other numeric string, such as a one digit string, a three or more digit
251 * string, or a two digit string that isn't all digits (for example, "-1"), is
437 * The pattern string of this formatter. This is always a non-localized
934 * Formats the given <code>Date</code> into a date/time string and appends
937 * @param date the date-time value to be formatted into a date-time string.
941 * @return the formatted date-time string.
997 * given object, or if the Format's pattern string is invalid.
1024 // Map index into pattern character string to Calendar field number
1040 // Map index into pattern character string to DateFormat field number
1340 * Parses text from a string to produce a <code>Date</code>.
1346 * use all characters up to the end of the string), and the parsed
1370 * @return A <code>Date</code> parsed from the string. In case of
1498 * @param data the string array to parsed.
1763 // of the string, then fail.
1852 // century, for parsed strings from "00" to "99". Any other string
1876 // Don't want to parse the month if it is a string
2130 * Translates a pattern, mapping each character in the from string to the
2131 * corresponding character in the to string.
2171 * Returns a pattern string describing this date format.
2173 * @return a pattern string describing this date format.
2180 * Returns a localized pattern string describing this date format.
2182 * @return a localized pattern string describing this date format.
2191 * Applies the given pattern string to this date format.
2204 * Applies the given localized pattern string to this date format.