MultiAutoCompleteTextView.CommaTokenizer.FindTokenEnd Method

Definition

Overloads

FindTokenEnd(ICharSequence, Int32)

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

FindTokenEnd(String, Int32)

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

cursor
Int32

Returns

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)

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

Parameters

text
String
cursor
Int32

Returns

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