Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1086 ParsePosition tmpPos = new ParsePosition(startIdx); in parse() local
1094 … offset = parseOffsetLocalizedGMT(text, tmpPos, fallbackShortLocalizedGMT, hasDigitOffset); in parse()
1095 if (tmpPos.getErrorIndex() == -1) { in parse()
1100 if (tmpPos.getIndex() == maxPos || hasDigitOffset.value) { in parse()
1101 pos.setIndex(tmpPos.getIndex()); in parse()
1105 parsedPos = tmpPos.getIndex(); in parse()
1121 tmpPos.setIndex(startIdx); in parse()
1122 tmpPos.setErrorIndex(-1); in parse()
1124 offset = parseOffsetLocalizedGMT(text, tmpPos); in parse()
1125 if (tmpPos.getErrorIndex() == -1) { in parse()
[all …]
DDecimalFormat.java2116 ParsePosition tmpPos = new ParsePosition(origPos);
2120 found = subparse(text, tmpPos, tmpDigitList, tmpStatus, currency,
2124 found = subparse(text, tmpPos, tmpDigitList, tmpStatus, currency,
2129 if (tmpPos.getIndex() > maxPosIndex) {
2130 maxPosIndex = tmpPos.getIndex();
2135 maxErrorPos = tmpPos.getErrorIndex();
2141 tmpPos = new ParsePosition(origPos);
2143 boolean result = subparse(text, tmpPos, tmpDigitList, tmpStatus, currency,
2149 if (tmpPos.getIndex() > maxPosIndex) {
2150 maxPosIndex = tmpPos.getIndex();
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java1025 ParsePosition tmpPos = new ParsePosition(startIdx); in parse() local
1033 … offset = parseOffsetLocalizedGMT(text, tmpPos, fallbackShortLocalizedGMT, hasDigitOffset); in parse()
1034 if (tmpPos.getErrorIndex() == -1) { in parse()
1039 if (tmpPos.getIndex() == maxPos || hasDigitOffset.value) { in parse()
1040 pos.setIndex(tmpPos.getIndex()); in parse()
1044 parsedPos = tmpPos.getIndex(); in parse()
1060 tmpPos.setIndex(startIdx); in parse()
1061 tmpPos.setErrorIndex(-1); in parse()
1063 offset = parseOffsetLocalizedGMT(text, tmpPos); in parse()
1064 if (tmpPos.getErrorIndex() == -1) { in parse()
[all …]
DDecimalFormat.java2102 ParsePosition tmpPos = new ParsePosition(origPos);
2106 found = subparse(text, tmpPos, tmpDigitList, tmpStatus, currency,
2110 found = subparse(text, tmpPos, tmpDigitList, tmpStatus, currency,
2115 if (tmpPos.getIndex() > maxPosIndex) {
2116 maxPosIndex = tmpPos.getIndex();
2121 maxErrorPos = tmpPos.getErrorIndex();
2127 tmpPos = new ParsePosition(origPos);
2129 boolean result = subparse(text, tmpPos, tmpDigitList, tmpStatus, currency,
2135 if (tmpPos.getIndex() > maxPosIndex) {
2136 maxPosIndex = tmpPos.getIndex();
[all …]
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp826 ParsePosition tmpPos(startIdx); in parse() local
834 offset = parseOffsetLocalizedGMT(text, tmpPos, fallbackShortLocalizedGMT, &hasDigitOffset); in parse()
835 if (tmpPos.getErrorIndex() == -1) { in parse()
840 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse()
841 pos.setIndex(tmpPos.getIndex()); in parse()
845 parsedPos = tmpPos.getIndex(); in parse()
863 tmpPos.setIndex(startIdx); in parse()
864 tmpPos.setErrorIndex(-1); in parse()
866 offset = parseOffsetLocalizedGMT(text, tmpPos); in parse()
867 if (tmpPos.getErrorIndex() == -1) { in parse()
[all …]
Ddecimfmt.cpp1062 ParsePosition tmpPos(origPos); in parseForCurrency() local
1070 tmpPos, tmpDigitList, tmpStatus, currency); in parseForCurrency()
1076 tmpPos, tmpDigitList, tmpStatus, currency); in parseForCurrency()
1079 if (tmpPos.getIndex() > maxPosIndex) { in parseForCurrency()
1080 maxPosIndex = tmpPos.getIndex(); in parseForCurrency()
1087 maxErrorPos = tmpPos.getErrorIndex(); in parseForCurrency()
1097 ParsePosition tmpPos(origPos); in parseForCurrency() local
1111 tmpPos, tmpDigitList, tmpStatus, currency); in parseForCurrency()
1114 if (tmpPos.getIndex() > maxPosIndex) { in parseForCurrency()
1115 maxPosIndex = tmpPos.getIndex(); in parseForCurrency()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...