The members of Android.Text.Util.Rfc822Tokenizer are listed below.
See Also: Inherited members from Java.Lang.Object
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
FindTokenEnd(Java.Lang.ICharSequence, int)Returns the end of the token (minus trailing punctuation) that begins at offset cursor within text. | ||
FindTokenEnd(string, int)Documentation for this section has not yet been entered. | ||
FindTokenStart(Java.Lang.ICharSequence, int)Returns the start of the token that ends at offset cursor within text. | ||
FindTokenStart(string, int)Documentation for this section has not yet been entered. | ||
TerminateToken(string)Documentation for this section has not yet been entered. | ||
TerminateTokenFormatted(Java.Lang.ICharSequence)Terminates the specified address with a comma and space. | ||
static | Tokenize(Java.Lang.ICharSequence)This method will try to take a string like "Foo Bar (something) <foo\@google.com>, blah\@google.com (something)" and convert it into one or more Rfc822Tokens. | |
static | Tokenize(string)Documentation for this section has not yet been entered. | |
static | Tokenize(Java.Lang.ICharSequence, ICollection<Rfc822Token>)Documentation for this section has not yet been entered. | |
static | Tokenize(string, ICollection<Rfc822Token>)Documentation for this section has not yet been entered. | |