Method OffsetByCodePoints
OffsetByCodePoints(Char[], Int32, Int32, Int32, Int32)
Return the index within buf[start:start+count]
which is by offset
code points from index
.
Declaration
public abstract int OffsetByCodePoints(char[] buf, int start, int count, int index, int offset)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | buf | |
System.Int32 | start | |
System.Int32 | count | |
System.Int32 | index | |
System.Int32 | offset |
Returns
Type | Description |
---|---|
System.Int32 |