@@ -21,23 +21,22 @@ pub use names::{
21
21
PropertyNameLongBidiClassV1 , PropertyNameLongCanonicalCombiningClassV1 ,
22
22
PropertyNameLongEastAsianWidthV1 , PropertyNameLongGeneralCategoryV1 ,
23
23
PropertyNameLongGraphemeClusterBreakV1 , PropertyNameLongHangulSyllableTypeV1 ,
24
- PropertyNameLongIndicConjunctBreakV1 , PropertyNameLongIndicSyllabicCategoryV1 ,
25
- PropertyNameLongJoiningTypeV1 , PropertyNameLongLineBreakV1 , PropertyNameLongScriptV1 ,
26
- PropertyNameLongSentenceBreakV1 , PropertyNameLongVerticalOrientationV1 ,
27
- PropertyNameLongWordBreakV1 , PropertyNameParseBidiClassV1 ,
28
- PropertyNameParseCanonicalCombiningClassV1 , PropertyNameParseEastAsianWidthV1 ,
29
- PropertyNameParseGeneralCategoryMaskV1 , PropertyNameParseGeneralCategoryV1 ,
30
- PropertyNameParseGraphemeClusterBreakV1 , PropertyNameParseHangulSyllableTypeV1 ,
31
- PropertyNameParseIndicConjunctBreakV1 , PropertyNameParseIndicSyllabicCategoryV1 ,
24
+ PropertyNameLongIndicSyllabicCategoryV1 , PropertyNameLongJoiningTypeV1 ,
25
+ PropertyNameLongLineBreakV1 , PropertyNameLongScriptV1 , PropertyNameLongSentenceBreakV1 ,
26
+ PropertyNameLongVerticalOrientationV1 , PropertyNameLongWordBreakV1 ,
27
+ PropertyNameParseBidiClassV1 , PropertyNameParseCanonicalCombiningClassV1 ,
28
+ PropertyNameParseEastAsianWidthV1 , PropertyNameParseGeneralCategoryMaskV1 ,
29
+ PropertyNameParseGeneralCategoryV1 , PropertyNameParseGraphemeClusterBreakV1 ,
30
+ PropertyNameParseHangulSyllableTypeV1 , PropertyNameParseIndicSyllabicCategoryV1 ,
32
31
PropertyNameParseJoiningTypeV1 , PropertyNameParseLineBreakV1 , PropertyNameParseScriptV1 ,
33
32
PropertyNameParseSentenceBreakV1 , PropertyNameParseVerticalOrientationV1 ,
34
33
PropertyNameParseWordBreakV1 , PropertyNameShortBidiClassV1 ,
35
34
PropertyNameShortCanonicalCombiningClassV1 , PropertyNameShortEastAsianWidthV1 ,
36
35
PropertyNameShortGeneralCategoryV1 , PropertyNameShortGraphemeClusterBreakV1 ,
37
- PropertyNameShortHangulSyllableTypeV1 , PropertyNameShortIndicConjunctBreakV1 ,
38
- PropertyNameShortIndicSyllabicCategoryV1 , PropertyNameShortJoiningTypeV1 ,
39
- PropertyNameShortLineBreakV1 , PropertyNameShortScriptV1 , PropertyNameShortSentenceBreakV1 ,
40
- PropertyNameShortVerticalOrientationV1 , PropertyNameShortWordBreakV1 ,
36
+ PropertyNameShortHangulSyllableTypeV1 , PropertyNameShortIndicSyllabicCategoryV1 ,
37
+ PropertyNameShortJoiningTypeV1 , PropertyNameShortLineBreakV1 , PropertyNameShortScriptV1 ,
38
+ PropertyNameShortSentenceBreakV1 , PropertyNameShortVerticalOrientationV1 ,
39
+ PropertyNameShortWordBreakV1 ,
41
40
} ;
42
41
43
42
pub use crate :: props:: gc:: GeneralCategoryULE ;
@@ -158,7 +157,6 @@ const _: () = {
158
157
impl_property_name_long_general_category_v1 ! ( Baked ) ;
159
158
impl_property_name_long_grapheme_cluster_break_v1 ! ( Baked ) ;
160
159
impl_property_name_long_hangul_syllable_type_v1 ! ( Baked ) ;
161
- impl_property_name_long_indic_conjunct_break_v1 ! ( Baked ) ;
162
160
impl_property_name_long_indic_syllabic_category_v1 ! ( Baked ) ;
163
161
impl_property_name_long_joining_type_v1 ! ( Baked ) ;
164
162
impl_property_name_long_line_break_v1 ! ( Baked ) ;
@@ -173,7 +171,6 @@ const _: () = {
173
171
impl_property_name_parse_general_category_v1 ! ( Baked ) ;
174
172
impl_property_name_parse_grapheme_cluster_break_v1 ! ( Baked ) ;
175
173
impl_property_name_parse_hangul_syllable_type_v1 ! ( Baked ) ;
176
- impl_property_name_parse_indic_conjunct_break_v1 ! ( Baked ) ;
177
174
impl_property_name_parse_indic_syllabic_category_v1 ! ( Baked ) ;
178
175
impl_property_name_parse_joining_type_v1 ! ( Baked ) ;
179
176
impl_property_name_parse_line_break_v1 ! ( Baked ) ;
@@ -187,7 +184,6 @@ const _: () = {
187
184
impl_property_name_short_general_category_v1 ! ( Baked ) ;
188
185
impl_property_name_short_grapheme_cluster_break_v1 ! ( Baked ) ;
189
186
impl_property_name_short_hangul_syllable_type_v1 ! ( Baked ) ;
190
- impl_property_name_short_indic_conjunct_break_v1 ! ( Baked ) ;
191
187
impl_property_name_short_indic_syllabic_category_v1 ! ( Baked ) ;
192
188
impl_property_name_short_joining_type_v1 ! ( Baked ) ;
193
189
impl_property_name_short_line_break_v1 ! ( Baked ) ;
@@ -699,7 +695,6 @@ pub const MARKERS: &[DataMarkerInfo] = &[
699
695
PropertyNameLongGeneralCategoryV1 :: INFO ,
700
696
PropertyNameLongGraphemeClusterBreakV1 :: INFO ,
701
697
PropertyNameLongHangulSyllableTypeV1 :: INFO ,
702
- PropertyNameLongIndicConjunctBreakV1 :: INFO ,
703
698
PropertyNameLongIndicSyllabicCategoryV1 :: INFO ,
704
699
PropertyNameLongJoiningTypeV1 :: INFO ,
705
700
PropertyNameLongLineBreakV1 :: INFO ,
@@ -714,7 +709,6 @@ pub const MARKERS: &[DataMarkerInfo] = &[
714
709
PropertyNameParseGeneralCategoryV1 :: INFO ,
715
710
PropertyNameParseGraphemeClusterBreakV1 :: INFO ,
716
711
PropertyNameParseHangulSyllableTypeV1 :: INFO ,
717
- PropertyNameParseIndicConjunctBreakV1 :: INFO ,
718
712
PropertyNameParseIndicSyllabicCategoryV1 :: INFO ,
719
713
PropertyNameParseJoiningTypeV1 :: INFO ,
720
714
PropertyNameParseLineBreakV1 :: INFO ,
@@ -728,7 +722,6 @@ pub const MARKERS: &[DataMarkerInfo] = &[
728
722
PropertyNameShortGeneralCategoryV1 :: INFO ,
729
723
PropertyNameShortGraphemeClusterBreakV1 :: INFO ,
730
724
PropertyNameShortHangulSyllableTypeV1 :: INFO ,
731
- PropertyNameShortIndicConjunctBreakV1 :: INFO ,
732
725
PropertyNameShortIndicSyllabicCategoryV1 :: INFO ,
733
726
PropertyNameShortJoiningTypeV1 :: INFO ,
734
727
PropertyNameShortLineBreakV1 :: INFO ,
0 commit comments