Home | History | Annotate | Download | only in text

Lines Matching defs:parseOffsetISO8601

717      * @see #parseOffsetISO8601(String, ParsePosition)
735 * @see #parseOffsetISO8601(String, ParsePosition)
961 public final int parseOffsetISO8601(String text, ParsePosition pos) {
962 return parseOffsetISO8601(text, pos, false, null);
1102 offset = parseOffsetISO8601(text, tmpPos);
1121 offset = parseOffsetISO8601(text, tmpPos, false, hasDigitOffset);
1273 offset = parseOffsetISO8601(text, tmpPos, false, hasDigitOffset);
2700 private static int parseOffsetISO8601(String text, ParsePosition pos, boolean extendedOnly, Output<Boolean> hasDigitOffset) {