Home
last modified time | relevance | path

Searched refs:posOffset (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp1561 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1562 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1563 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1569 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1571 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1575 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1580 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()