mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-5024 Remove getCE call on the last collation element check in the function hasAccentsAfterMatch.
X-SVN-Rev: 22827
This commit is contained in:
parent
90b5316a76
commit
db658067b7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue