Lines Matching refs:pos
190 ParsePosition pos(0);
200 sdf->parse(tzstr, *outcal, pos);
726 ParsePosition pos(DATA[i].inPos);
728 TimeZone* tz = tzfmt->parse(DATA[i].style, DATA[i].text, pos
736 } else if (pos.getIndex() != DATA[i].outPos) {
737 errMsg = (UnicodeString)"Parsed pos: " + pos.getIndex() + " - expected: " + DATA[i].outPos;
748 errln((UnicodeString)"Fail: " + errMsg + " [text=" + DATA[i].text + ", pos=" + DATA[i].inPos + ", style=" + DATA[i].style + "]");
896 ParsePosition pos(0);
901 sdf->parse(UnicodeString(ISO_STR[i][j]), *(outcal.getAlias()), pos);
903 if (pos.getIndex() != (int32_t)uprv_strlen(ISO_STR[i][j])) {