Table of Contents

Class UCharacter.GraphemeClusterBreak

Namespace
Android.Icu.Lang
Assembly
MASES.Netdroid.dll
public class UCharacter.GraphemeClusterBreak : JVMBridgeBase<UCharacter.GraphemeClusterBreak>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
UCharacter.GraphemeClusterBreak
Implements
Extension Methods

Constructors

GraphemeClusterBreak(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GraphemeClusterBreak(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONTROL

public static int CONTROL { get; set; }

Property Value

int

CR

public static int CR { get; set; }

Property Value

int

EXTEND

public static int EXTEND { get; set; }

Property Value

int

E_BASE

public static int E_BASE { get; set; }

Property Value

int

E_BASE_GAZ

public static int E_BASE_GAZ { get; set; }

Property Value

int

E_MODIFIER

public static int E_MODIFIER { get; set; }

Property Value

int

GLUE_AFTER_ZWJ

public static int GLUE_AFTER_ZWJ { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

L

public static int L { get; set; }

Property Value

int

LF

public static int LF { get; set; }

Property Value

int

LV

public static int LV { get; set; }

Property Value

int

LVT

public static int LVT { get; set; }

Property Value

int

OTHER

public static int OTHER { get; set; }

Property Value

int

PREPEND

public static int PREPEND { get; set; }

Property Value

int

REGIONAL_INDICATOR

public static int REGIONAL_INDICATOR { get; set; }

Property Value

int

SPACING_MARK

public static int SPACING_MARK { get; set; }

Property Value

int

T

public static int T { get; set; }

Property Value

int

V

public static int V { get; set; }

Property Value

int

ZWJ

public static int ZWJ { get; set; }

Property Value

int