Home | History | Annotate | Download | only in i18n

Lines Matching refs:matchLength

470 ZoneStringSearchResultHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) {
487 if (matchLength > fMatchLen[lenidx]) {
490 fMatchLen[lenidx] = matchLength;
499 fMatchLen[getTimeZoneTranslationTypeIndex(zsinfo->fType)] = matchLength;
512 ZoneStringSearchResultHandler::getMatch(int32_t index, int32_t &matchLength) {
516 matchLength = fMatchLen[getTimeZoneTranslationTypeIndex(zsinfo->fType)];
1190 int32_t &matchLength, UErrorCode &status) const {
1191 return find(text, start, STANDARD_LONG | DAYLIGHT_LONG, matchLength, status);
1196 int32_t &matchLength, UErrorCode &status) const {
1197 return find(text, start, STANDARD_SHORT | DAYLIGHT_SHORT, matchLength, status);
1202 int32_t &matchLength, UErrorCode &status) const {
1203 return find(text, start, GENERIC_LONG | STANDARD_LONG | LOCATION, matchLength, status);
1208 int32_t &matchLength, UErrorCode &status) const {
1209 return find(text, start, GENERIC_SHORT | STANDARD_SHORT | LOCATION, matchLength, status);
1214 int32_t &matchLength, UErrorCode &status) const {
1215 return find(text, start, LOCATION, matchLength, status);
1480 int32_t &matchLength, UErrorCode &status) const {
1481 matchLength = 0;
1500 if (result == NULL || matchLength < tmpMatchLen) {
1502 matchLength = tmpMatchLen;
1503 } else if (matchLength == tmpMatchLen) {
1525 matchLength = fallbackMatchLen;