Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java2775 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());
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp1657 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1658 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()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...