ICU-871 Synching jamo special forward and reverse collation iteration to have exactly the same collation elements

X-SVN-Rev: 13384
This commit is contained in:
Syn Wee Quek 2003-10-10 00:43:34 +00:00
parent 3ae6fc458a
commit 8cba7485a2

View File

@ -2308,7 +2308,7 @@ public final class CollationElementIterator
m_FCDStart_ = m_FCDLimit_ - 1;
// Indicate where to continue in main input string after
// exhausting the buffer
return IGNORABLE;
return next();
}
}
@ -2906,7 +2906,7 @@ public final class CollationElementIterator
m_FCDStart_ = m_source_.getIndex();
m_FCDLimit_ = m_FCDStart_ + 1;
return IGNORABLE;
return previous();
}
}