Searched refs:posOffset (Results 1 – 3 of 3) sorted by relevance
2775 ParsePosition posOffset = new ParsePosition(start + 1);2776 int offset = parseAsciiOffsetFields(text, posOffset, ':', OffsetFields.H, OffsetFields.HMS);2777 … if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) {2783 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) {2785 posOffset.setIndex(posBasic.getIndex());2789 if (posOffset.getErrorIndex() != -1) {2794 pos.setIndex(posOffset.getIndex());
1657 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local1658 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()1659 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()1665 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()1667 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()1671 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()1676 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...