Searched refs:parsedPos (Results 1 - 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneFormat.java1032 int parsedPos = -1; // stores successfully parsed offset position for later use
1048 parsedPos = tmpPos.getIndex();
1144 if (startIdx + match.matchLength() > parsedPos) {
1146 parsedPos = startIdx + match.matchLength();
1151 pos.setIndex(parsedPos);
1165 if (startIdx + match.matchLength() > parsedPos) {
1167 parsedPos = startIdx + match.matchLength();
1172 pos.setIndex(parsedPos);
1200 if (bestGeneric != null && (startIdx + bestGeneric.matchLength() > parsedPos)) {
1246 if (parsedPos > startId
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java1093 int parsedPos = -1; // stores successfully parsed offset position for later use
1109 parsedPos = tmpPos.getIndex();
1205 if (startIdx + match.matchLength() > parsedPos) {
1207 parsedPos = startIdx + match.matchLength();
1212 pos.setIndex(parsedPos);
1226 if (startIdx + match.matchLength() > parsedPos) {
1228 parsedPos = startIdx + match.matchLength();
1233 pos.setIndex(parsedPos);
1261 if (bestGeneric != null && (startIdx + bestGeneric.matchLength() > parsedPos)) {
1307 if (parsedPos > startId
[all...]
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp835 int32_t parsedPos = -1; // stores successfully parsed offset position for later use local
851 parsedPos = tmpPos.getIndex();
960 if (matchPos > parsedPos) {
962 parsedPos = matchPos;
993 if (matchPos > parsedPos) {
995 parsedPos = matchPos;
1096 if (parsedPos > startIdx) {
1104 pos.setIndex(parsedPos);
1114 U_ASSERT(parsedPos < 0);
1118 if (parsedPos < maxPo
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3568 int parsedPos; member in struct:__anon8374
3612 int parsedPosition = DATA[i].parsedPos;

Completed in 430 milliseconds