Get contraction previous CE update.

X-SVN-Rev: 4074
This commit is contained in:
Syn Wee Quek 2001-03-14 19:32:15 +00:00
parent f686c7f6ab
commit 18d2aadfba

View file

@ -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;