Home | History | Annotate | Download | only in unicode

Lines Matching full:parsing

19 *   10/14/99    aliu        Updated class doc to describe 2-digit year parsing
48 * SimpleDateFormat is a concrete class for formatting and parsing dates in a
50 * parsing (text -> millis), and normalization. Formats/Parses a date or time,
126 * UErrorCode result during formatting or parsing.
164 * In the above example, the time value "currentTime_2" obtained from parsing
171 * When parsing a date string using the abbreviated year pattern ("y" or "yy"),
179 * During parsing, only strings consisting of exactly two digits, as defined by
525 * By default, parsing is lenient: If the input is not in the form used by
533 * @param pos On input, the position at which to start parsing; on
534 * output, the position at which parsing terminated, or the
548 * By default, parsing is lenient: If the input is not in the form used by
556 * @param pos On input, the position at which to start parsing; on
557 * output, the position at which parsing terminated, or the
569 * Parsing begins at the beginning of the string and proceeds as far as
572 * by the parsing. If you need that information, use the version of
889 * @param start where to start parsing.
904 * @param start where to start parsing.
936 * @param start where to start parsing.
1022 * Private methods for formatting/parsing GMT string
1033 * Initialize MessageFormat instances used for GMT formatting/parsing
1159 // unexpectedly success parsing input GMT string without second field.