Share via


UnicodeSet.MatchesIndexValue(Int32) Method

Definition

Implementation of UnicodeMatcher API.

[Android.Runtime.Register("matchesIndexValue", "(I)Z", "GetMatchesIndexValue_IHandler", ApiSince=24)]
public override bool MatchesIndexValue (int v);
[<Android.Runtime.Register("matchesIndexValue", "(I)Z", "GetMatchesIndexValue_IHandler", ApiSince=24)>]
override this.MatchesIndexValue : int -> bool

Parameters

v
Int32

Returns

Attributes

Remarks

Implementation of UnicodeMatcher API. Returns true if this set contains any character whose low byte is the given value. This is used by RuleBasedTransliterator for indexing.

Java documentation for android.icu.text.UnicodeSet.matchesIndexValue(int).

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