- index
- the index within this object to calculate the offset from.
- codePointOffset
- the number of code points to count.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IndexOutOfBoundsException if index is negative or greater than length() or if there aren't enough code points before or after index to match codePointOffset.
Returns the index within this object that is offset from index by codePointOffset code points.