Lines Matching refs:param

554      * @param pattern the pattern describing the date and time format
570 * @param pattern the pattern describing the date and time format
571 * @param locale the locale whose date format symbols should be used
592 * @param pattern the pattern describing the date and time format
593 * @param formatSymbols the date format symbols to be used for formatting
911 * @param startDate During parsing, two digit years will be placed in the range
937 * @param date the date-time value to be formatted into a date-time string.
938 * @param toAppendTo where the new date-time text is to be appended.
939 * @param pos the formatting position. On input: an alignment field,
998 * @param obj The object to format
1367 * @param text A <code>String</code>, part of which should be parsed.
1368 * @param pos A <code>ParsePosition</code> object with index and error
1495 * @param text the time text being parsed.
1496 * @param start where to start parsing.
1497 * @param field the date field being parsed.
1498 * @param data the string array to parsed.
1660 * @param text the text to be parsed
1661 * @param start the character position to start parsing
1662 * @param sign 1: positive; -1: negative
1663 * @param count 0: 'Z' or "GMT+hh:mm" parsing; 1 - 3: the number of 'X's
1664 * @param colon true - colon required between hh and mm; false - no colon required
1665 * @param calb a CalendarBuilder in which the parsed value is stored
1734 * @param text the time text to be parsed.
1735 * @param start where to start parsing.
1736 * @param ch the pattern character for the date field text to be parsed.
1737 * @param count the count of a pattern character.
1738 * @param obeyCount if true, then the next field directly abuts this one,
1740 * @param ambiguousYear return parameter; upon return, if ambiguousYear[0]
1742 * @param origPos origPos.errorIndex is used to return an error index
2193 * @param pattern the new date and time pattern for this date format
2206 * @param pattern a String to be mapped to the new date and time format
2233 * @param newFormatSymbols the new date and time format symbols