Searched defs:active (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/format/
H A DDateTimeFormatterBuilder.java166 * The currently active builder, used by the outermost builder.
168 private DateTimeFormatterBuilder active = this; field in class:DateTimeFormatterBuilder
435 * If adjacent parsing is active, then parsing must match exactly the specified
617 * If a PrinterParser is not active then the new PrinterParser becomes
618 * the active PrinterParser.
619 * Otherwise, the active PrinterParser is modified depending on the new PrinterParser.
621 * then its width is added to the active PP and
623 * If the new PrinterParser is variable width, the active PrinterParser is changed
624 * to be fixed width and the new PrinterParser becomes the active PP.
630 if (active
[all...]

Completed in 137 milliseconds