Searched refs:PropertyCodePointMap (Results 1 – 17 of 17) sorted by relevance
| /external/rust/android-crates-io/crates/icu_properties/src/ |
| D | code_point_map.rs | 23 data: DataPayload<ErasedMarker<PropertyCodePointMap<'static, T>>>, 96 .map(CodePointMapData::from_data::<ErasedMarker<PropertyCodePointMap<'static, P>>>) in try_into_converted() 104 M: DynamicDataMarker<DataStruct = PropertyCodePointMap<'static, T>>, in from_data() 111 let set = PropertyCodePointMap::from_code_point_trie(trie); in from_code_point_trie() 113 DataPayload::<ErasedMarker<PropertyCodePointMap<'static, T>>>::from_owned(set), in from_code_point_trie() 148 map: &'a PropertyCodePointMap<'a, T>, 357 type DataMarker: DataMarker<DataStruct = PropertyCodePointMap<'static, Self>>; 360 const SINGLETON: &'static PropertyCodePointMap<'static, Self>; variable
|
| D | provider.rs | 582 PropertyCodePointMap<'static, crate::props::BidiClass>, 588 PropertyCodePointMap<'static, crate::props::CanonicalCombiningClass>, 594 PropertyCodePointMap<'static, crate::props::EastAsianWidth>, 600 PropertyCodePointMap<'static, crate::props::GeneralCategory>, 606 PropertyCodePointMap<'static, crate::props::GraphemeClusterBreak>, 612 PropertyCodePointMap<'static, crate::props::HangulSyllableType>, 618 PropertyCodePointMap<'static, crate::props::IndicSyllabicCategory>, 624 PropertyCodePointMap<'static, crate::props::JoiningType>, 630 PropertyCodePointMap<'static, crate::props::LineBreak>, 636 PropertyCodePointMap<'static, crate::props::Script>, [all …]
|
| D | bidi.rs | 28 const SINGLETON: &'static crate::provider::PropertyCodePointMap<'static, Self> =
|
| D | props.rs | 83 const SINGLETON: &'static crate::provider::PropertyCodePointMap<'static, Self> =
|
| /external/rust/android-crates-io/crates/icu_properties_data/data/ |
| D | hangul_syllable_type_v1.rs.data | 19 …der::DynamicDataMarker>::DataStruct = &icu::properties::provider::PropertyCodePointMap::CodePointT…
|
| D | bidi_mirroring_glyph_v1.rs.data | 19 …der::DynamicDataMarker>::DataStruct = &icu::properties::provider::PropertyCodePointMap::CodePointT…
|
| D | canonical_combining_class_v1.rs.data | 19 …der::DynamicDataMarker>::DataStruct = &icu::properties::provider::PropertyCodePointMap::CodePointT…
|
| D | indic_syllabic_category_v1.rs.data | 19 …der::DynamicDataMarker>::DataStruct = &icu::properties::provider::PropertyCodePointMap::CodePointT…
|
| D | joining_type_v1.rs.data | 19 …der::DynamicDataMarker>::DataStruct = &icu::properties::provider::PropertyCodePointMap::CodePointT…
|
| D | east_asian_width_v1.rs.data | 19 …der::DynamicDataMarker>::DataStruct = &icu::properties::provider::PropertyCodePointMap::CodePointT…
|
| D | grapheme_cluster_break_v1.rs.data | 19 …der::DynamicDataMarker>::DataStruct = &icu::properties::provider::PropertyCodePointMap::CodePointT…
|
| D | bidi_class_v1.rs.data | 19 …der::DynamicDataMarker>::DataStruct = &icu::properties::provider::PropertyCodePointMap::CodePointT…
|
| D | word_break_v1.rs.data | 19 …der::DynamicDataMarker>::DataStruct = &icu::properties::provider::PropertyCodePointMap::CodePointT…
|
| D | sentence_break_v1.rs.data | 19 …der::DynamicDataMarker>::DataStruct = &icu::properties::provider::PropertyCodePointMap::CodePointT…
|
| D | line_break_v1.rs.data | 19 …der::DynamicDataMarker>::DataStruct = &icu::properties::provider::PropertyCodePointMap::CodePointT…
|
| D | script_v1.rs.data | 19 …der::DynamicDataMarker>::DataStruct = &icu::properties::provider::PropertyCodePointMap::CodePointT…
|
| D | general_category_v1.rs.data | 19 …der::DynamicDataMarker>::DataStruct = &icu::properties::provider::PropertyCodePointMap::CodePointT…
|