mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-861
Get contraction previous CE update. X-SVN-Rev: 4074
This commit is contained in:
parent
f686c7f6ab
commit
18d2aadfba
1 changed files with 2 additions and 2 deletions
|
@ -1129,8 +1129,8 @@ uint32_t getSpecialPrevCE(const UCollator *coll, uint32_t CE,
|
|||
(UCharOffset - coll->contractionIndex));
|
||||
if (CE == UCOL_NOT_FOUND && firstCE != UCOL_NOT_FOUND) {
|
||||
CE = firstCE;
|
||||
/* firstCE = UCOL_NOT_FOUND;
|
||||
source->pos = firstUChar; */
|
||||
/* firstCE = UCOL_NOT_FOUND;*/
|
||||
source->pos = firstUChar;
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue