mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
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:
parent
3ae6fc458a
commit
8cba7485a2
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue