Searched defs:DataMarker (Results 1 – 6 of 6) sorted by relevance
26 type DataMarker = BidiMirroringGlyphV1; typedef
167 type DataMarker: DataMarker<DataStruct = PropertyUnicodeSet<'static>>; typedef
226 type DataMarker: DataMarker<DataStruct = PropertyCodePointSet<'static>>; typedef
357 type DataMarker: DataMarker<DataStruct = PropertyCodePointMap<'static, Self>>; typedef
646 type DataMarker: DataMarker<DataStruct = PropertyValueNameToEnumMap<'static>>; typedef
75 pub trait DataMarker: DynamicDataMarker { trait