Searched refs:LogicalOrderException (Results 1 – 7 of 7) sorted by relevance
/external/rust/android-crates-io/crates/icu_properties/src/ |
D | runtime.rs | 73 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()
|
D | props.rs | 2495 ident: LogicalOrderException;
|
/external/icu/icu4c/source/data/translit/ |
D | Thai_ThaiLogical.txt | 9 # This reverses the Thai LogicalOrderException vowels, and does (part of) spaces
|
/external/cronet/tot/third_party/icu/source/data/translit/ |
D | Thai_ThaiLogical.txt | 9 # This reverses the Thai LogicalOrderException vowels, and does (part of) spaces
|
/external/cronet/stable/third_party/icu/source/data/translit/ |
D | Thai_ThaiLogical.txt | 9 # This reverses the Thai LogicalOrderException vowels, and does (part of) spaces
|
/external/rust/android-crates-io/crates/icu_collections/src/ |
D | iterator_utils.rs | 150 test_set::<LogicalOrderException>("Logical_Order_Exception"); in test_complement_sets()
|
/external/rust/android-crates-io/crates/icu_capi/src/ |
D | properties_sets.rs | 21 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()
|