HomeSort by relevance Sort by last modified time
    Searched full:successpos (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/java/time/format/
DateTimeParseContext.java 360 * @param successPos the position after the field being parsed
363 int setParsedField(TemporalField field, long value, int errorPos, int successPos) {
366 return (old != null && old.longValue() != value) ? ~errorPos : successPos;
DateTimeFormatterBuilder.java     [all...]

Completed in 88 milliseconds