Lines Matching full:parsing
28 * from text to millis is known as "parsing." We currently define only one concrete
30 * date formatting and parsing actions.
513 * Open a new UDateFormat for formatting and parsing dates and times.
617 * to begin parsing. If not 0, on output the offset at which parsing ended.
638 * to begin parsing. If not 0, on output the offset at which parsing ended.
652 * Determine if an UDateFormat will perform lenient parsing.
653 * With lenient parsing, the parser may use heuristics to interpret inputs that do not
654 * precisely match the pattern. With strict parsing, inputs must match the pattern.
656 * @return TRUE if fmt is set to perform lenient parsing, FALSE otherwise.
664 * Specify whether an UDateFormat will perform lenient parsing.
665 * With lenient parsing, the parser may use heuristics to interpret inputs that do not
666 * precisely match the pattern. With strict parsing, inputs must match the pattern.
668 * @param isLenient TRUE if fmt should perform lenient parsing, FALSE otherwise.
729 * formatting and parsing for the locale.