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
407 * By default, parsing is lenient: If the input is not in the form used by
422 * @param pos On input, the position at which to start parsing; on
423 * output, the position at which parsing terminated, or the
437 * By default, parsing is lenient: If the input is not in the form used by
445 * @param pos On input, the position at which to start parsing; on
446 * output, the position at which parsing terminated, or the
455 * Parse a string to produce an object. This methods handles parsing of
459 * parsing at in the source. After calling, parse_pos.index is the end of
462 * When parsing, leading whitespace is discarded (with a successful parse),
470 * @param parse_pos The position to start parsing at. Upon return
547 * Returns true if the formatter is set for lenient parsing.
553 * Specify whether or not date/time parsing is to be lenient. With lenient
554 * parsing, the parser may use heuristics to interpret inputs that do not
555 * precisely match this object's format. With strict parsing, inputs must