[]Struct jni_android_sys::android::icu::text::IDNA

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

public class IDNA

Required feature: "android-icu-text-IDNA"

Methods

impl IDNA

pub fn getUTS46Instance<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<Option<Local<'env, IDNA>>, Local<'env, Throwable>>
[src]

getUTS46Instance

Required features: "android-icu-text-IDNA"

pub fn labelToASCII<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharSequence>>,
    arg1: impl Into<Option<&'env StringBuilder>>,
    arg2: impl Into<Option<&'env IDNA_Info>>
) -> Result<Option<Local<'env, StringBuilder>>, Local<'env, Throwable>>
[src]

labelToASCII

Required features: "android-icu-text-IDNA_Info", "java-lang-CharSequence", "java-lang-StringBuilder"

pub fn labelToUnicode<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharSequence>>,
    arg1: impl Into<Option<&'env StringBuilder>>,
    arg2: impl Into<Option<&'env IDNA_Info>>
) -> Result<Option<Local<'env, StringBuilder>>, Local<'env, Throwable>>
[src]

labelToUnicode

Required features: "android-icu-text-IDNA_Info", "java-lang-CharSequence", "java-lang-StringBuilder"

pub fn nameToASCII<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharSequence>>,
    arg1: impl Into<Option<&'env StringBuilder>>,
    arg2: impl Into<Option<&'env IDNA_Info>>
) -> Result<Option<Local<'env, StringBuilder>>, Local<'env, Throwable>>
[src]

nameToASCII

Required features: "android-icu-text-IDNA_Info", "java-lang-CharSequence", "java-lang-StringBuilder"

pub fn nameToUnicode<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharSequence>>,
    arg1: impl Into<Option<&'env StringBuilder>>,
    arg2: impl Into<Option<&'env IDNA_Info>>
) -> Result<Option<Local<'env, StringBuilder>>, Local<'env, Throwable>>
[src]

nameToUnicode

Required features: "android-icu-text-IDNA_Info", "java-lang-CharSequence", "java-lang-StringBuilder"

pub const CHECK_BIDI: i32[src]

public static final CHECK_BIDI

pub const CHECK_CONTEXTJ: i32[src]

public static final CHECK_CONTEXTJ

pub const CHECK_CONTEXTO: i32[src]

public static final CHECK_CONTEXTO

pub const DEFAULT: i32[src]

public static final DEFAULT

pub const NONTRANSITIONAL_TO_ASCII: i32[src]

public static final NONTRANSITIONAL_TO_ASCII

pub const NONTRANSITIONAL_TO_UNICODE: i32[src]

public static final NONTRANSITIONAL_TO_UNICODE

pub const USE_STD3_RULES: i32[src]

public static final USE_STD3_RULES

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 IDNA

impl AsValidJObjectAndEnv for IDNA

impl Deref for IDNA

type Target = Object

The resulting type after dereferencing.

impl JniType for IDNA

Auto Trait Implementations

impl RefUnwindSafe for IDNA

impl !Send for IDNA

impl !Sync for IDNA

impl Unpin for IDNA

impl UnwindSafe for IDNA

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.