Class UCharacter.GraphemeClusterBreak
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONTROL
public static int CONTROL { get; set; }
Property Value
CR
public static int CR { get; set; }
Property Value
EXTEND
https://developer.android.com/reference/android/icu/lang/UCharacter.GraphemeClusterBreak.html#EXTEND
public static int EXTEND { get; set; }
Property Value
E_BASE
https://developer.android.com/reference/android/icu/lang/UCharacter.GraphemeClusterBreak.html#E_BASE
public static int E_BASE { get; set; }
Property Value
E_BASE_GAZ
public static int E_BASE_GAZ { get; set; }
Property Value
E_MODIFIER
public static int E_MODIFIER { get; set; }
Property Value
GLUE_AFTER_ZWJ
public static int GLUE_AFTER_ZWJ { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
L
public static int L { get; set; }
Property Value
LF
public static int LF { get; set; }
Property Value
LV
public static int LV { get; set; }
Property Value
LVT
public static int LVT { get; set; }
Property Value
OTHER
public static int OTHER { get; set; }
Property Value
PREPEND
public static int PREPEND { get; set; }
Property Value
REGIONAL_INDICATOR
public static int REGIONAL_INDICATOR { get; set; }
Property Value
SPACING_MARK
public static int SPACING_MARK { get; set; }
Property Value
T
public static int T { get; set; }
Property Value
V
public static int V { get; set; }
Property Value
ZWJ
public static int ZWJ { get; set; }