- index
- the index 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 StringBuilder.Length or if there aren't enough code points before or after index to match codePointOffset.
Returns the index that is offset codePointOffset code points from index.