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

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

public class DecimalFormatSymbols

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

Methods

impl DecimalFormatSymbols

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, DecimalFormatSymbols>, Local<'env, Throwable>>
[src]

pub fn new_Locale<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Locale>>
) -> Result<Local<'env, DecimalFormatSymbols>, Local<'env, Throwable>>
[src]

DecimalFormatSymbols

Required features: "java-util-Locale"

pub fn new_ULocale<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ULocale>>
) -> Result<Local<'env, DecimalFormatSymbols>, Local<'env, Throwable>>
[src]

DecimalFormatSymbols

Required features: "android-icu-util-ULocale"

pub fn getInstance<'env>(
    __jni_env: &'env Env
) -> Result<Option<Local<'env, DecimalFormatSymbols>>, Local<'env, Throwable>>
[src]

getInstance

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

pub fn getInstance_Locale<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Locale>>
) -> Result<Option<Local<'env, DecimalFormatSymbols>>, Local<'env, Throwable>>
[src]

getInstance

Required features: "android-icu-text-DecimalFormatSymbols", "java-util-Locale"

pub fn getInstance_ULocale<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ULocale>>
) -> Result<Option<Local<'env, DecimalFormatSymbols>>, Local<'env, Throwable>>
[src]

getInstance

Required features: "android-icu-text-DecimalFormatSymbols", "android-icu-util-ULocale"

pub fn getAvailableLocales<'env>(
    __jni_env: &'env Env
) -> Result<Option<Local<'env, ObjectArray<Locale, Throwable>>>, Local<'env, Throwable>>
[src]

getAvailableLocales

Required features: "java-util-Locale"

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

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

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

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

getDigitStrings

Required features: "java-lang-String"

pub fn setDigitStrings<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ObjectArray<String, Throwable>>>
) -> Result<(), Local<'env, Throwable>>
[src]

setDigitStrings

Required features: "java-lang-String"

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

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

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

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

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

getGroupingSeparatorString

Required features: "java-lang-String"

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

setGroupingSeparatorString

Required features: "java-lang-String"

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

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

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

getDecimalSeparatorString

Required features: "java-lang-String"

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

setDecimalSeparatorString

Required features: "java-lang-String"

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

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

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

getPerMillString

Required features: "java-lang-String"

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

setPerMillString

Required features: "java-lang-String"

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

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

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

getPercentString

Required features: "java-lang-String"

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

setPercentString

Required features: "java-lang-String"

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

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

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

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

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

getInfinity

Required features: "java-lang-String"

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

setInfinity

Required features: "java-lang-String"

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

getNaN

Required features: "java-lang-String"

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

setNaN

Required features: "java-lang-String"

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

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

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

getMinusSignString

Required features: "java-lang-String"

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

setMinusSignString

Required features: "java-lang-String"

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

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

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

getPlusSignString

Required features: "java-lang-String"

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

setPlusSignString

Required features: "java-lang-String"

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

getCurrencySymbol

Required features: "java-lang-String"

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

setCurrencySymbol

Required features: "java-lang-String"

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

getInternationalCurrencySymbol

Required features: "java-lang-String"

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

setInternationalCurrencySymbol

Required features: "java-lang-String"

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

getCurrency

Required features: "android-icu-util-Currency"

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

setCurrency

Required features: "android-icu-util-Currency"

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

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

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

getMonetaryDecimalSeparatorString

Required features: "java-lang-String"

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

setMonetaryDecimalSeparatorString

Required features: "java-lang-String"

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

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

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

getMonetaryGroupingSeparatorString

Required features: "java-lang-String"

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

setMonetaryGroupingSeparatorString

Required features: "java-lang-String"

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

getExponentMultiplicationSign

Required features: "java-lang-String"

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

setExponentMultiplicationSign

Required features: "java-lang-String"

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

getExponentSeparator

Required features: "java-lang-String"

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

setExponentSeparator

Required features: "java-lang-String"

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

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

pub fn getPatternForCurrencySpacing<'env>(
    &'env self,
    arg0: i32,
    arg1: bool
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

getPatternForCurrencySpacing

Required features: "java-lang-String"

pub fn setPatternForCurrencySpacing<'env>(
    &'env self,
    arg0: i32,
    arg1: bool,
    arg2: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

setPatternForCurrencySpacing

Required features: "java-lang-String"

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

getLocale

Required features: "java-util-Locale"

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

getULocale

Required features: "android-icu-util-ULocale"

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

clone

Required features: "java-lang-Object"

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 hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub const CURRENCY_SPC_CURRENCY_MATCH: i32[src]

public static final CURRENCY_SPC_CURRENCY_MATCH

pub const CURRENCY_SPC_INSERT: i32[src]

public static final CURRENCY_SPC_INSERT

pub const CURRENCY_SPC_SURROUNDING_MATCH: i32[src]

public static final CURRENCY_SPC_SURROUNDING_MATCH

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 DecimalFormatSymbols

impl AsRef<Cloneable> for DecimalFormatSymbols

impl AsRef<Serializable> for DecimalFormatSymbols

impl AsValidJObjectAndEnv for DecimalFormatSymbols

impl Deref for DecimalFormatSymbols

type Target = Object

The resulting type after dereferencing.

impl JniType for DecimalFormatSymbols

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.