Home
last modified time | relevance | path

Searched refs:LogicalOrderException (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/icu_properties/src/
Druntime.rs73 LogicalOrderException = 21, enumerator
319 LogicalOrderException::NAME | LogicalOrderException::SHORT_NAME => { in new_for_ecma262()
320 Self::new::<LogicalOrderException>() in new_for_ecma262()
517 LogicalOrderException::NAME | LogicalOrderException::SHORT_NAME => { in try_new_for_ecma262_unstable()
518 Self::try_new_unstable::<LogicalOrderException>(provider) in try_new_for_ecma262_unstable()
Dprops.rs2495 ident: LogicalOrderException;
/external/icu/icu4c/source/data/translit/
DThai_ThaiLogical.txt9 # This reverses the Thai LogicalOrderException vowels, and does (part of) spaces
/external/cronet/tot/third_party/icu/source/data/translit/
DThai_ThaiLogical.txt9 # This reverses the Thai LogicalOrderException vowels, and does (part of) spaces
/external/cronet/stable/third_party/icu/source/data/translit/
DThai_ThaiLogical.txt9 # This reverses the Thai LogicalOrderException vowels, and does (part of) spaces
/external/rust/android-crates-io/crates/icu_collections/src/
Diterator_utils.rs150 test_set::<LogicalOrderException>("Logical_Order_Exception"); in test_complement_sets()
/external/rust/android-crates-io/crates/icu_capi/src/
Dproperties_sets.rs21 JoinControl, LogicalOrderException, Lowercase, Math, NfcInert, NfdInert, NfkcInert,
1266 icu_properties::CodePointSetData::new::<LogicalOrderException>().contains32(ch) in logical_order_exception_for_char()
1269 #[diplomat::rust_link(icu::properties::props::LogicalOrderException, Struct)]
1274 icu_properties::CodePointSetData::new::<LogicalOrderException>().static_to_owned(), in create_logical_order_exception()
1279 #[diplomat::rust_link(icu::properties::props::LogicalOrderException, Struct)]
1286 icu_properties::CodePointSetData::try_new_unstable::<LogicalOrderException>( in create_logical_order_exception_with_provider()