Searched refs:posOffset (Results 1 – 4 of 4) sorted by relevance
2774 ParsePosition posOffset = new ParsePosition(start + 1);2775 int offset = parseAsciiOffsetFields(text, posOffset, ':', OffsetFields.H, OffsetFields.HMS);2776 … if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) {2782 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) {2784 posOffset.setIndex(posBasic.getIndex());2788 if (posOffset.getErrorIndex() != -1) {2793 pos.setIndex(posOffset.getIndex());
2704 ParsePosition posOffset = new ParsePosition(start + 1);2705 int offset = parseAsciiOffsetFields(text, posOffset, ':', OffsetFields.H, OffsetFields.HMS);2706 … if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) {2712 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) {2714 posOffset.setIndex(posBasic.getIndex());2718 if (posOffset.getErrorIndex() != -1) {2723 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 ...