Language

MultiAutoCompleteTextView.CommaTokenizer.FindTokenEnd Method

Definition

Overloads

Name Description
FindTokenEnd(ICharSequence, Int32)

Returns the end of the token (minus trailing punctuation) that begins at offset cursor within text.

FindTokenEnd(String, Int32)

Returns the end of the token (minus trailing punctuation) that begins at offset cursor within text .

FindTokenEnd(ICharSequence, Int32)

Returns the end of the token (minus trailing punctuation) that begins at offset cursor within text.

[Android.Runtime.Register("findTokenEnd", "(Ljava/lang/CharSequence;I)I", "GetFindTokenEnd_Ljava_lang_CharSequence_IHandler")]
public virtual int FindTokenEnd(Java.Lang.ICharSequence text, int cursor);
[<Android.Runtime.Register("findTokenEnd", "(Ljava/lang/CharSequence;I)I", "GetFindTokenEnd_Ljava_lang_CharSequence_IHandler")>]
abstract member FindTokenEnd : Java.Lang.ICharSequence * int -> int
override this.FindTokenEnd : Java.Lang.ICharSequence * int -> int

Parameters

text
ICharSequence

The text to use.

cursor
Int32

int

Returns

The result of the find token end operation.

Implements

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

FindTokenEnd(String, Int32)

Returns the end of the token (minus trailing punctuation) that begins at offset cursor within text .

public int FindTokenEnd(string text, int cursor);
member this.FindTokenEnd : string * int -> int

Parameters

text
String

The text to use.

cursor
Int32

int

Returns

The result of the find token end operation.

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