[]Struct jni_android_sys::android::icu::lang::UCharacter_LineBreak

#[repr(transparent)]
pub struct UCharacter_LineBreak(_);

public interface UCharacter.LineBreak

Required feature: "android-icu-lang-UCharacter_LineBreak"

Methods

impl UCharacter_LineBreak

pub const ALPHABETIC: i32[src]

public static final ALPHABETIC

pub const AMBIGUOUS: i32[src]

public static final AMBIGUOUS

pub const BREAK_AFTER: i32[src]

public static final BREAK_AFTER

pub const BREAK_BEFORE: i32[src]

public static final BREAK_BEFORE

pub const BREAK_BOTH: i32[src]

public static final BREAK_BOTH

pub const BREAK_SYMBOLS: i32[src]

public static final BREAK_SYMBOLS

pub const CARRIAGE_RETURN: i32[src]

public static final CARRIAGE_RETURN

pub const CLOSE_PARENTHESIS: i32[src]

public static final CLOSE_PARENTHESIS

pub const CLOSE_PUNCTUATION: i32[src]

public static final CLOSE_PUNCTUATION

pub const COMBINING_MARK: i32[src]

public static final COMBINING_MARK

pub const COMPLEX_CONTEXT: i32[src]

public static final COMPLEX_CONTEXT

pub const CONDITIONAL_JAPANESE_STARTER: i32[src]

public static final CONDITIONAL_JAPANESE_STARTER

pub const CONTINGENT_BREAK: i32[src]

public static final CONTINGENT_BREAK

pub const EXCLAMATION: i32[src]

public static final EXCLAMATION

pub const E_BASE: i32[src]

public static final E_BASE

pub const E_MODIFIER: i32[src]

public static final E_MODIFIER

pub const GLUE: i32[src]

public static final GLUE

pub const H2: i32[src]

public static final H2

pub const H3: i32[src]

public static final H3

pub const HEBREW_LETTER: i32[src]

public static final HEBREW_LETTER

pub const HYPHEN: i32[src]

public static final HYPHEN

pub const IDEOGRAPHIC: i32[src]

public static final IDEOGRAPHIC

pub const INFIX_NUMERIC: i32[src]

public static final INFIX_NUMERIC

pub const INSEPARABLE: i32[src]

public static final INSEPARABLE

pub const INSEPERABLE: i32[src]

public static final INSEPERABLE

pub const JL: i32[src]

public static final JL

pub const JT: i32[src]

public static final JT

pub const JV: i32[src]

public static final JV

pub const LINE_FEED: i32[src]

public static final LINE_FEED

pub const MANDATORY_BREAK: i32[src]

public static final MANDATORY_BREAK

pub const NEXT_LINE: i32[src]

public static final NEXT_LINE

pub const NONSTARTER: i32[src]

public static final NONSTARTER

pub const NUMERIC: i32[src]

public static final NUMERIC

pub const OPEN_PUNCTUATION: i32[src]

public static final OPEN_PUNCTUATION

pub const POSTFIX_NUMERIC: i32[src]

public static final POSTFIX_NUMERIC

pub const PREFIX_NUMERIC: i32[src]

public static final PREFIX_NUMERIC

pub const QUOTATION: i32[src]

public static final QUOTATION

pub const REGIONAL_INDICATOR: i32[src]

public static final REGIONAL_INDICATOR

pub const SPACE: i32[src]

public static final SPACE

pub const SURROGATE: i32[src]

public static final SURROGATE

pub const UNKNOWN: i32[src]

public static final UNKNOWN

pub const WORD_JOINER: i32[src]

public static final WORD_JOINER

pub const ZWJ: i32[src]

public static final ZWJ

pub const ZWSPACE: i32[src]

public static final ZWSPACE

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for UCharacter_LineBreak

impl AsValidJObjectAndEnv for UCharacter_LineBreak

impl Deref for UCharacter_LineBreak

type Target = Object

The resulting type after dereferencing.

impl JniType for UCharacter_LineBreak

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.