Home | History | Annotate | Download | only in i18n

Lines Matching defs:startIdx

808     int32_t startIdx = pos.getIndex();
819 ParsePosition tmpPos(startIdx);
853 tmpPos.setIndex(startIdx);
870 tmpPos.setIndex(startIdx);
891 tmpPos.setIndex(startIdx);
909 tmpPos.setIndex(startIdx);
934 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, nameTypes, status));
936 pos.setErrorIndex(startIdx);
943 matchPos = startIdx + specificMatches->getMatchLengthAt(i);
987 len = gnames->findBestMatch(text, startIdx, genericNameTypes, tzID, tt, status);
990 pos.setErrorIndex(startIdx);
998 pos.setIndex(startIdx + len);
1007 tmpPos.setIndex(startIdx);
1019 tmpPos.setIndex(startIdx);
1031 tmpPos.setIndex(startIdx);
1045 if (parsedPos > startIdx) {
1068 tmpPos.setIndex(startIdx);
1086 U_ASSERT(parsedPos == startIdx + 1); // only when "Z" is used
1094 tmpPos.setIndex(startIdx);
1116 tmpPos.setIndex(startIdx);
1148 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, ALL_SIMPLE_NAME_TYPES, status));
1150 pos.setErrorIndex(startIdx);
1157 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) {
1159 matchPos = startIdx + specificMatches->getMatchLengthAt(i);
1178 genMatchLen = gnames->findBestMatch(text, startIdx, ALL_GENERIC_NAME_TYPES, tzID, tt, status);
1181 pos.setErrorIndex(startIdx);
1185 if (parsedPos < startIdx + genMatchLen) {
1186 parsedPos = startIdx + genMatchLen;
1195 tmpPos.setIndex(startIdx);
1208 tmpPos.setIndex(startIdx);
1221 if (parsedPos > startIdx) {
1237 pos.setErrorIndex(startIdx);
2744 int32_t startIdx = pos.getIndex();
2749 LocalPointer<TimeZoneNames::MatchInfoCollection> exemplarMatches(fTimeZoneNames->find(text, startIdx, UTZNM_EXEMPLAR_LOCATION, status));
2751 pos.setErrorIndex(startIdx);
2757 if (startIdx + exemplarMatches->getMatchLengthAt(i) > parsedPos) {
2759 parsedPos = startIdx + exemplarMatches->getMatchLengthAt(i);
2769 pos.setErrorIndex(startIdx);