Table of Contents

Class UnicodeMatcher

Namespace
Android.Icu.Text
Assembly
MASES.Netdroid.dll
public class UnicodeMatcher : JVMBridgeBase<UnicodeMatcher>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IUnicodeMatcher
Inheritance
JVMBridgeBase
JVMBridgeBase<UnicodeMatcher>
UnicodeMatcher
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<UnicodeMatcher>.IsAssignableFrom(IJavaType)
JVMBridgeBase<UnicodeMatcher>.IsAssignableFrom<T>()
JVMBridgeBase<UnicodeMatcher>.Execute<T>(params T[])
JVMBridgeBase<UnicodeMatcher>.DynBridgeClazz
JVMBridgeBase<UnicodeMatcher>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

UnicodeMatcher()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("UnicodeMatcher class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public UnicodeMatcher()

UnicodeMatcher(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("UnicodeMatcher class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public UnicodeMatcher(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

ETHER

public static char ETHER { get; }

Property Value

char

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

U_MATCH

public static int U_MATCH { get; }

Property Value

int

U_MISMATCH

public static int U_MISMATCH { get; }

Property Value

int

U_PARTIAL_MATCH

public static int U_PARTIAL_MATCH { get; }

Property Value

int

Methods

AddMatchSetTo(UnicodeSet)

public void AddMatchSetTo(UnicodeSet arg0)

Parameters

arg0 UnicodeSet

UnicodeSet

Matches(Replaceable, int[], int, bool)

public int Matches(Replaceable arg0, int[] arg1, int arg2, bool arg3)

Parameters

arg0 Replaceable

Replaceable

arg1 int[]

int

arg2 int

int

arg3 bool

bool

Returns

int

int

MatchesIndexValue(int)

public bool MatchesIndexValue(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

ToPattern(bool)

public String ToPattern(bool arg0)

Parameters

arg0 bool

bool

Returns

String

String