BasicTokenIterator.FindTokenEnd(Int32) Method

Definition

Determines the ending position of the current token.

[Android.Runtime.Register("findTokenEnd", "(I)I", "GetFindTokenEnd_IHandler")]
protected virtual int FindTokenEnd (int from);
[<Android.Runtime.Register("findTokenEnd", "(I)I", "GetFindTokenEnd_IHandler")>]
abstract member FindTokenEnd : int -> int
override this.FindTokenEnd : int -> int

Parameters

from
Int32

the position of the first character of the token

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to