ICU-5024 Remove getCE call on the last collation element check in the function hasAccentsAfterMatch.

X-SVN-Rev: 22827
This commit is contained in:
Michael Ow 2007-10-19 22:14:46 +00:00
parent 90b5316a76
commit db658067b7

View file

@ -894,7 +894,7 @@ UBool hasAccentsAfterMatch(const UStringSearch *strsrch, int32_t start,
}
count ++;
}
int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
int32_t ce = ucol_next(coleiter, &status);
if (U_FAILURE(status)) {
return TRUE;
}