UnicodeMatcher.UPartialMatch Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Icu.Text.UnicodeMatchResult enum directly instead of this field.
Constant returned by matches()
indicating a
partial match between the text and this matcher.
[Android.Runtime.Register("U_PARTIAL_MATCH", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.UnicodeMatchResult enum directly instead of this field.", true)]
public const Android.Icu.Text.UnicodeMatchResult UPartialMatch = 1;
[<Android.Runtime.Register("U_PARTIAL_MATCH", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.UnicodeMatchResult enum directly instead of this field.", true)>]
val mutable UPartialMatch : Android.Icu.Text.UnicodeMatchResult
Field Value
Value = 1- Attributes
Remarks
Constant returned by matches()
indicating a partial match between the text and this matcher. This value is only returned for incremental match operations. All characters of the text match, but more characters are required for a complete match. Alternatively, for variable-length matchers, all characters of the text match, and if more characters were supplied at limit, they might also match.
Java documentation for android.icu.text.UnicodeMatcher.U_PARTIAL_MATCH
.
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.