- seq
- the CharSequence to look through.
- beginIndex
- the inclusive index to begin counting at.
- endIndex
- the exclusive index to stop counting at.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if seq is null. Java.Lang.IndexOutOfBoundsException if beginIndex , beginIndex > endIndex or if endIndex is greater than the length of seq.
Counts the number of Unicode code points in the subsequence of the specified character sequence, as delineated by beginIndex and endIndex. Any surrogate values with missing pair values will be counted as one code point.