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

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneFormat.java1031 int parsedPos = -1; // stores successfully parsed offset position for later use
1047 parsedPos = tmpPos.getIndex();
1143 if (startIdx + match.matchLength() > parsedPos) {
1145 parsedPos = startIdx + match.matchLength();
1150 pos.setIndex(parsedPos);
1164 if (startIdx + match.matchLength() > parsedPos) {
1166 parsedPos = startIdx + match.matchLength();
1171 pos.setIndex(parsedPos);
1199 if (bestGeneric != null && (startIdx + bestGeneric.matchLength() > parsedPos)) {
1245 if (parsedPos > startId
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java1092 int parsedPos = -1; // stores successfully parsed offset position for later use
1108 parsedPos = tmpPos.getIndex();
1204 if (startIdx + match.matchLength() > parsedPos) {
1206 parsedPos = startIdx + match.matchLength();
1211 pos.setIndex(parsedPos);
1225 if (startIdx + match.matchLength() > parsedPos) {
1227 parsedPos = startIdx + match.matchLength();
1232 pos.setIndex(parsedPos);
1260 if (bestGeneric != null && (startIdx + bestGeneric.matchLength() > parsedPos)) {
1306 if (parsedPos > startId
[all...]
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp831 int32_t parsedPos = -1; // stores successfully parsed offset position for later use local
847 parsedPos = tmpPos.getIndex();
956 if (matchPos > parsedPos) {
958 parsedPos = matchPos;
989 if (matchPos > parsedPos) {
991 parsedPos = matchPos;
1092 if (parsedPos > startIdx) {
1100 pos.setIndex(parsedPos);
1110 U_ASSERT(parsedPos < 0);
1114 if (parsedPos < maxPo
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3498 int parsedPos; member in struct:__anon7602
3542 int parsedPosition = DATA[i].parsedPos;

Completed in 126 milliseconds