Lines Matching refs:parsing

63  * parsing dates in a locale-sensitive manner. It allows for formatting
64 * (date -> text), parsing (text -> date), and normalization.
91 * during parsing.
222 * For parsing, both forms are accepted, independent of the number
227 * For parsing, the number of pattern letters is ignored unless
236 * <li>For parsing, if the number of pattern letters is more than 2,
240 * <li>For parsing with the abbreviated year pattern ("y" or "yy"),
248 * During parsing, only strings consisting of exactly two digits, as defined by
256 * For both formatting and parsing, if the number of pattern
293 * <p>For parsing, <a href="#rfc822timezone">RFC 822 time zones</a> are also
306 * <p>For parsing, <a href="#timezone">general time zones</a> are also
310 * and parsing as follows:
333 * <p>For parsing, {@code "Z"} is parsed as the UTC time zone designator.
911 * @param startDate During parsing, two digit years will be placed in the range
1344 * If parsing succeeds, then the index of <code>pos</code> is updated
1345 * to the index after the last character used (parsing does not necessarily
1353 * <p>This parsing operation uses the {@link DateFormat#calendar
1356 * cleared} before parsing, and the {@code calendar}'s default
1360 * no year value is given from the parsing operation. The {@code
1418 // parsing. It's required when parsing contiguous
1496 * @param start where to start parsing.
1661 * @param start the character position to start parsing
1663 * @param count 0: 'Z' or "GMT+hh:mm" parsing; 1 - 3: the number of 'X's
1666 * @return updated parsed position, or its negative value to indicate a parsing error
1697 // Proceed with parsing mm
1735 * @param start where to start parsing.
1739 * and we should use the count to know when to stop parsing.
1774 parsing:
1789 break parsing;
1797 break parsing;
1830 break parsing;
1905 break parsing;
1911 break parsing;
1945 break parsing;
1959 break parsing;
1965 break parsing;
1986 // Try parsing a custom time zone "GMT+hh:mm" or "GMT".
2015 // Try parsing the text as a time zone
2035 break parsing;
2040 break parsing;
2057 break parsing;
2066 break parsing;
2084 break parsing;
2105 break parsing;