Table of Contents

Class UCharacter.WordBreak

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

Constructors

WordBreak(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 WordBreak(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ALETTER

public static int ALETTER { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CR

public static int CR { get; set; }

Property Value

int

DOUBLE_QUOTE

public static int DOUBLE_QUOTE { get; set; }

Property Value

int

EXTEND

public static int EXTEND { get; set; }

Property Value

int

EXTENDNUMLET

public static int EXTENDNUMLET { 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

FORMAT

public static int FORMAT { get; set; }

Property Value

int

GLUE_AFTER_ZWJ

public static int GLUE_AFTER_ZWJ { get; set; }

Property Value

int

HEBREW_LETTER

public static int HEBREW_LETTER { 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

KATAKANA

public static int KATAKANA { get; set; }

Property Value

int

LF

public static int LF { get; set; }

Property Value

int

MIDLETTER

public static int MIDLETTER { get; set; }

Property Value

int

MIDNUM

public static int MIDNUM { get; set; }

Property Value

int

MIDNUMLET

public static int MIDNUMLET { get; set; }

Property Value

int

NEWLINE

public static int NEWLINE { get; set; }

Property Value

int

NUMERIC

public static int NUMERIC { get; set; }

Property Value

int

OTHER

public static int OTHER { get; set; }

Property Value

int

REGIONAL_INDICATOR

public static int REGIONAL_INDICATOR { get; set; }

Property Value

int

SINGLE_QUOTE

public static int SINGLE_QUOTE { get; set; }

Property Value

int

WSEGSPACE

public static int WSEGSPACE { get; set; }

Property Value

int

ZWJ

public static int ZWJ { get; set; }

Property Value

int