ISymbolTable.LookupMatcher(Int32) Method
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.
Lookup the UnicodeMatcher associated with the given character, and return it.
[Android.Runtime.Register("lookupMatcher", "(I)Landroid/icu/text/UnicodeMatcher;", "GetLookupMatcher_IHandler:Android.Icu.Text.ISymbolTableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public Android.Icu.Text.IUnicodeMatcher? LookupMatcher (int ch);
[<Android.Runtime.Register("lookupMatcher", "(I)Landroid/icu/text/UnicodeMatcher;", "GetLookupMatcher_IHandler:Android.Icu.Text.ISymbolTableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member LookupMatcher : int -> Android.Icu.Text.IUnicodeMatcher
Parameters
- ch
- Int32
a 32-bit code point from 0 to 0x10FFFF inclusive.
Returns
the UnicodeMatcher object represented by the given character, or null if there is no mapping for ch.
- Attributes
Remarks
Lookup the UnicodeMatcher associated with the given character, and return it. Return null
if not found.
Java documentation for android.icu.text.SymbolTable.lookupMatcher(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.