Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java1029 ParsePosition tmpPos = new ParsePosition(startIdx); in parse() local
1037 … offset = parseOffsetLocalizedGMT(text, tmpPos, fallbackShortLocalizedGMT, hasDigitOffset); in parse()
1038 if (tmpPos.getErrorIndex() == -1) { in parse()
1043 if (tmpPos.getIndex() == maxPos || hasDigitOffset.value) { in parse()
1044 pos.setIndex(tmpPos.getIndex()); in parse()
1048 parsedPos = tmpPos.getIndex(); in parse()
1064 tmpPos.setIndex(startIdx); in parse()
1065 tmpPos.setErrorIndex(-1); in parse()
1067 offset = parseOffsetLocalizedGMT(text, tmpPos); in parse()
1068 if (tmpPos.getErrorIndex() == -1) { in parse()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1090 ParsePosition tmpPos = new ParsePosition(startIdx); in parse() local
1098 … offset = parseOffsetLocalizedGMT(text, tmpPos, fallbackShortLocalizedGMT, hasDigitOffset); in parse()
1099 if (tmpPos.getErrorIndex() == -1) { in parse()
1104 if (tmpPos.getIndex() == maxPos || hasDigitOffset.value) { in parse()
1105 pos.setIndex(tmpPos.getIndex()); in parse()
1109 parsedPos = tmpPos.getIndex(); in parse()
1125 tmpPos.setIndex(startIdx); in parse()
1126 tmpPos.setErrorIndex(-1); in parse()
1128 offset = parseOffsetLocalizedGMT(text, tmpPos); in parse()
1129 if (tmpPos.getErrorIndex() == -1) { in parse()
[all …]
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp837 ParsePosition tmpPos(startIdx); in parse() local
845 offset = parseOffsetLocalizedGMT(text, tmpPos, fallbackShortLocalizedGMT, &hasDigitOffset); in parse()
846 if (tmpPos.getErrorIndex() == -1) { in parse()
851 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse()
852 pos.setIndex(tmpPos.getIndex()); in parse()
856 parsedPos = tmpPos.getIndex(); in parse()
874 tmpPos.setIndex(startIdx); in parse()
875 tmpPos.setErrorIndex(-1); in parse()
877 offset = parseOffsetLocalizedGMT(text, tmpPos); in parse()
878 if (tmpPos.getErrorIndex() == -1) { in parse()
[all …]
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...