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

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

public class UnicodeSet

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

Methods

impl UnicodeSet

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

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

UnicodeSet

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

pub fn new_int_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<Local<'env, UnicodeSet>, Local<'env, Throwable>>
[src]

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

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

UnicodeSet

Required features: "java-lang-String"

pub fn new_String_boolean<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: bool
) -> Result<Local<'env, UnicodeSet>, Local<'env, Throwable>>
[src]

UnicodeSet

Required features: "java-lang-String"

pub fn new_String_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: i32
) -> Result<Local<'env, UnicodeSet>, Local<'env, Throwable>>
[src]

UnicodeSet

Required features: "java-lang-String"

pub fn new_String_ParsePosition_SymbolTable<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ParsePosition>>,
    arg2: impl Into<Option<&'env SymbolTable>>
) -> Result<Local<'env, UnicodeSet>, Local<'env, Throwable>>
[src]

UnicodeSet

Required features: "android-icu-text-SymbolTable", "java-lang-String", "java-text-ParsePosition"

pub fn new_String_ParsePosition_SymbolTable_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ParsePosition>>,
    arg2: impl Into<Option<&'env SymbolTable>>,
    arg3: i32
) -> Result<Local<'env, UnicodeSet>, Local<'env, Throwable>>
[src]

UnicodeSet

Required features: "android-icu-text-SymbolTable", "java-lang-String", "java-text-ParsePosition"

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

clone

Required features: "java-lang-Object"

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

set

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

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

set

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

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

applyPattern

Required features: "android-icu-text-UnicodeSet", "java-lang-String"

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

applyPattern

Required features: "android-icu-text-UnicodeSet", "java-lang-String"

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

applyPattern

Required features: "android-icu-text-UnicodeSet", "java-lang-String"

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

toPattern

Required features: "java-lang-String"

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

_generatePattern

Required features: "java-lang-StringBuffer"

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

_generatePattern

Required features: "java-lang-StringBuffer"

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

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

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

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

matches

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

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

addMatchSetTo

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

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

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

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

add

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

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

addAll

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

pub fn add_int<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, UnicodeSet>>, Local<'env, Throwable>>
[src]

add

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

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

add

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

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

addAll

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

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

retainAll

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

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

complementAll

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

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

removeAll

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

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

removeAllStrings

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

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

from

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

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

fromAll

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

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

retain

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

pub fn retain_int<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, UnicodeSet>>, Local<'env, Throwable>>
[src]

retain

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

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

retain

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

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

remove

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

pub fn remove_int<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, UnicodeSet>>, Local<'env, Throwable>>
[src]

remove

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

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

remove

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

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

complement

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

pub fn complement_int<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, UnicodeSet>>, Local<'env, Throwable>>
[src]

complement

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

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

complement

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

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

complement

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

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

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

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

contains

Required features: "java-lang-CharSequence"

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

containsAll

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

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

containsAll

Required features: "java-lang-String"

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

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

containsNone

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

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

containsNone

Required features: "java-lang-CharSequence"

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

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

containsSome

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

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

containsSome

Required features: "java-lang-CharSequence"

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

addAll

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

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

retainAll

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

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

removeAll

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

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

complementAll

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

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

clear

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

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

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

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

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

compact

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

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 fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

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

addAllTo

Required features: "java-util-Collection"

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

add

Required features: "android-icu-text-UnicodeSet", "java-lang-Iterable"

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

addAll

Required features: "android-icu-text-UnicodeSet", "java-lang-Iterable"

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

applyIntPropertyValue

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

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

applyPropertyAlias

Required features: "android-icu-text-UnicodeSet", "java-lang-String"

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

applyPropertyAlias

Required features: "android-icu-text-SymbolTable", "android-icu-text-UnicodeSet", "java-lang-String"

pub fn closeOver<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, UnicodeSet>>, Local<'env, Throwable>>
[src]

closeOver

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

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

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

freeze

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

pub fn span_CharSequence_SpanCondition<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharSequence>>,
    arg1: impl Into<Option<&'env UnicodeSet_SpanCondition>>
) -> Result<i32, Local<'env, Throwable>>
[src]

span

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

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

span

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

pub fn spanBack_CharSequence_SpanCondition<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharSequence>>,
    arg1: impl Into<Option<&'env UnicodeSet_SpanCondition>>
) -> Result<i32, Local<'env, Throwable>>
[src]

spanBack

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

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

spanBack

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

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

cloneAsThawed

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

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

ranges

Required features: "java-lang-Iterable"

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

iterator

Required features: "java-util-Iterator"

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

containsAll

Required features: "java-lang-Iterable"

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

containsNone

Required features: "java-lang-Iterable"

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

containsSome

Required features: "java-lang-Iterable"

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

addAll

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

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

removeAll

Required features: "android-icu-text-UnicodeSet", "java-lang-Iterable"

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

retainAll

Required features: "android-icu-text-UnicodeSet", "java-lang-Iterable"

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

compareTo

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

pub fn compareTo_UnicodeSet_ComparisonStyle<'env>(
    &'env self,
    arg0: impl Into<Option<&'env UnicodeSet>>,
    arg1: impl Into<Option<&'env UnicodeSet_ComparisonStyle>>
) -> Result<i32, Local<'env, Throwable>>
[src]

compareTo

Required features: "android-icu-text-UnicodeSet", "android-icu-text-UnicodeSet_ComparisonStyle"

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

compareTo

Required features: "java-lang-Iterable"

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

strings

Required features: "java-util-Collection"

pub const ADD_CASE_MAPPINGS: i32[src]

public static final ADD_CASE_MAPPINGS

pub fn ALL_CODE_POINTS<'env>(env: &'env Env) -> Option<Local<'env, UnicodeSet>>[src]

get public static final ALL_CODE_POINTS

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

pub const CASE: i32[src]

public static final CASE

pub const CASE_INSENSITIVE: i32[src]

public static final CASE_INSENSITIVE

pub fn EMPTY<'env>(env: &'env Env) -> Option<Local<'env, UnicodeSet>>[src]

get public static final EMPTY

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

pub const IGNORE_SPACE: i32[src]

public static final IGNORE_SPACE

pub const MAX_VALUE: i32[src]

public static final MAX_VALUE

pub const MIN_VALUE: i32[src]

public static final MIN_VALUE

Methods from Deref<Target = UnicodeFilter>

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

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

matches

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

Trait Implementations

impl AsJValue for UnicodeSet

impl AsRef<Comparable> for UnicodeSet

impl AsRef<Freezable> for UnicodeSet

impl AsRef<Iterable> for UnicodeSet

impl AsValidJObjectAndEnv for UnicodeSet

impl Deref for UnicodeSet

type Target = UnicodeFilter

The resulting type after dereferencing.

impl JniType for UnicodeSet

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.