Home | History | Annotate | Download | only in unicode

Lines Matching full:parsing

47  * from text to millis is known as "parsing."  We currently define only one concrete
49 * date formatting and parsing actions.
121 * more control over the format or parsing, (or want to give your users more
392 * Parsing begins at the beginning of the string and proceeds as far as
395 * by the parsing. If you need that information, use the version of
398 * By default, parsing is lenient: If the input is not in the form used by
410 * and parsing may assume the wrong era. For cases such as this it is
431 * By default, parsing is lenient: If the input is not in the form used by
447 * @param pos On input, the position at which to start parsing; on
448 * output, the position at which parsing terminated, or the
461 * By default, parsing is lenient: If the input is not in the form used by
473 * and parsing may assume the wrong era. For cases such as this it is
480 * @param pos On input, the position at which to start parsing; on
481 * output, the position at which parsing terminated, or the
490 * Parse a string to produce an object. This methods handles parsing of
494 * parsing at in the source. After calling, parse_pos.index is the end of
497 * When parsing, leading whitespace is discarded (with a successful parse),
505 * @param parse_pos The position to start parsing at. Upon return
589 * Returns true if the formatter is set for lenient parsing.
595 * Specify whether or not date/time parsing is to be lenient. With lenient
596 * parsing, the parser may use heuristics to interpret inputs that do not
597 * precisely match this object's format. With strict parsing, inputs must