Home | History | Annotate | Download | only in text

Lines Matching defs:parseOffsetISO8601

768      * @see #parseOffsetISO8601(String, ParsePosition)
787 * @see #parseOffsetISO8601(String, ParsePosition)
1019 public final int parseOffsetISO8601(String text, ParsePosition pos) {
1020 return parseOffsetISO8601(text, pos, false, null);
1163 offset = parseOffsetISO8601(text, tmpPos);
1182 offset = parseOffsetISO8601(text, tmpPos, false, hasDigitOffset);
1334 offset = parseOffsetISO8601(text, tmpPos, false, hasDigitOffset);
2770 private static int parseOffsetISO8601(String text, ParsePosition pos, boolean extendedOnly, Output<Boolean> hasDigitOffset) {