Re: RFR: 8294008: Graphme implementation of setText() throws IndexOutOfBoundsException

2022-09-19 Thread Naoto Sato
On Mon, 19 Sep 2022 20:46:08 GMT, Joe Wang wrote: >> Fixing JCK failures caused by the new grapheme implementation. The length of >> a CharSequence should return the `endIndex`, not `endIndex - beginIndex`. > > src/java.base/share/classes/sun/util/locale/provider/BreakIteratorProviderImpl.java >

Re: RFR: 8294008: Graphme implementation of setText() throws IndexOutOfBoundsException

2022-09-19 Thread Joe Wang
On Mon, 19 Sep 2022 19:01:57 GMT, Naoto Sato wrote: > Fixing JCK failures caused by the new grapheme implementation. The length of > a CharSequence should return the `endIndex`, not `endIndex - beginIndex`. src/java.base/share/classes/sun/util/locale/provider/BreakIteratorProviderImpl.java lin

RFR: 8294008: Graphme implementation of setText() throws IndexOutOfBoundsException

2022-09-19 Thread Naoto Sato
Fixing JCK failures caused by the new grapheme implementation. The length of a CharSequence should return the `endIndex`, not `endIndex - beginIndex`. - Commit messages: - 8294008: Graphme implementation of setText() throws IndexOutOfBoundsException Changes: https://git.openjdk.org