@@ -25,22 +25,23 @@ pub use names::{
2525pub use names:: {
2626 PropertyNameLongBidiClassV1 , PropertyNameLongEastAsianWidthV1 ,
2727 PropertyNameLongGeneralCategoryV1 , PropertyNameLongGraphemeClusterBreakV1 ,
28- PropertyNameLongHangulSyllableTypeV1 , PropertyNameLongIndicSyllabicCategoryV1 ,
29- PropertyNameLongJoiningTypeV1 , PropertyNameLongLineBreakV1 , PropertyNameLongScriptV1 ,
30- PropertyNameLongSentenceBreakV1 , PropertyNameLongVerticalOrientationV1 ,
31- PropertyNameLongWordBreakV1 , PropertyNameParseBidiClassV1 ,
32- PropertyNameParseCanonicalCombiningClassV1 , PropertyNameParseEastAsianWidthV1 ,
33- PropertyNameParseGeneralCategoryMaskV1 , PropertyNameParseGeneralCategoryV1 ,
34- PropertyNameParseGraphemeClusterBreakV1 , PropertyNameParseHangulSyllableTypeV1 ,
28+ PropertyNameLongHangulSyllableTypeV1 , PropertyNameLongIndicConjunctBreakV1 ,
29+ PropertyNameLongIndicSyllabicCategoryV1 , PropertyNameLongJoiningTypeV1 ,
30+ PropertyNameLongLineBreakV1 , PropertyNameLongScriptV1 , PropertyNameLongSentenceBreakV1 ,
31+ PropertyNameLongVerticalOrientationV1 , PropertyNameLongWordBreakV1 ,
32+ PropertyNameParseBidiClassV1 , PropertyNameParseCanonicalCombiningClassV1 ,
33+ PropertyNameParseEastAsianWidthV1 , PropertyNameParseGeneralCategoryMaskV1 ,
34+ PropertyNameParseGeneralCategoryV1 , PropertyNameParseGraphemeClusterBreakV1 ,
35+ PropertyNameParseHangulSyllableTypeV1 , PropertyNameParseIndicConjunctBreakV1 ,
3536 PropertyNameParseIndicSyllabicCategoryV1 , PropertyNameParseJoiningTypeV1 ,
3637 PropertyNameParseLineBreakV1 , PropertyNameParseScriptV1 , PropertyNameParseSentenceBreakV1 ,
3738 PropertyNameParseVerticalOrientationV1 , PropertyNameParseWordBreakV1 ,
3839 PropertyNameShortBidiClassV1 , PropertyNameShortEastAsianWidthV1 ,
3940 PropertyNameShortGeneralCategoryV1 , PropertyNameShortGraphemeClusterBreakV1 ,
40- PropertyNameShortHangulSyllableTypeV1 , PropertyNameShortIndicSyllabicCategoryV1 ,
41- PropertyNameShortJoiningTypeV1 , PropertyNameShortLineBreakV1 , PropertyNameShortScriptV1 ,
42- PropertyNameShortSentenceBreakV1 , PropertyNameShortVerticalOrientationV1 ,
43- PropertyNameShortWordBreakV1 ,
41+ PropertyNameShortHangulSyllableTypeV1 , PropertyNameShortIndicConjunctBreakV1 ,
42+ PropertyNameShortIndicSyllabicCategoryV1 , PropertyNameShortJoiningTypeV1 ,
43+ PropertyNameShortLineBreakV1 , PropertyNameShortScriptV1 , PropertyNameShortSentenceBreakV1 ,
44+ PropertyNameShortVerticalOrientationV1 , PropertyNameShortWordBreakV1 ,
4445} ;
4546
4647pub use crate :: props:: gc:: GeneralCategoryULE ;
@@ -167,6 +168,7 @@ const _: () = {
167168 impl_property_name_long_grapheme_cluster_break_v1 ! ( Baked ) ;
168169 impl_property_name_long_hangul_syllable_type_v1 ! ( Baked ) ;
169170 impl_property_name_long_indic_syllabic_category_v1 ! ( Baked ) ;
171+ impl_property_name_long_indic_conjunct_break_v1 ! ( Baked ) ;
170172 impl_property_name_long_joining_type_v1 ! ( Baked ) ;
171173 impl_property_name_long_line_break_v1 ! ( Baked ) ;
172174 impl_property_name_long_script_v1 ! ( Baked ) ;
@@ -181,6 +183,7 @@ const _: () = {
181183 impl_property_name_parse_grapheme_cluster_break_v1 ! ( Baked ) ;
182184 impl_property_name_parse_hangul_syllable_type_v1 ! ( Baked ) ;
183185 impl_property_name_parse_indic_syllabic_category_v1 ! ( Baked ) ;
186+ impl_property_name_parse_indic_conjunct_break_v1 ! ( Baked ) ;
184187 impl_property_name_parse_joining_type_v1 ! ( Baked ) ;
185188 impl_property_name_parse_line_break_v1 ! ( Baked ) ;
186189 impl_property_name_parse_script_v1 ! ( Baked ) ;
@@ -195,6 +198,7 @@ const _: () = {
195198 impl_property_name_short_grapheme_cluster_break_v1 ! ( Baked ) ;
196199 impl_property_name_short_hangul_syllable_type_v1 ! ( Baked ) ;
197200 impl_property_name_short_indic_syllabic_category_v1 ! ( Baked ) ;
201+ impl_property_name_short_indic_conjunct_break_v1 ! ( Baked ) ;
198202 impl_property_name_short_joining_type_v1 ! ( Baked ) ;
199203 impl_property_name_short_line_break_v1 ! ( Baked ) ;
200204 impl_property_name_short_script_v1 ! ( Baked ) ;
@@ -731,6 +735,7 @@ pub const MARKERS: &[DataMarkerInfo] = &[
731735 PropertyNameLongGraphemeClusterBreakV1 :: INFO ,
732736 PropertyNameLongHangulSyllableTypeV1 :: INFO ,
733737 PropertyNameLongIndicSyllabicCategoryV1 :: INFO ,
738+ PropertyNameLongIndicConjunctBreakV1 :: INFO ,
734739 PropertyNameLongJoiningTypeV1 :: INFO ,
735740 PropertyNameLongLineBreakV1 :: INFO ,
736741 PropertyNameLongScriptV1 :: INFO ,
@@ -745,6 +750,7 @@ pub const MARKERS: &[DataMarkerInfo] = &[
745750 PropertyNameParseGraphemeClusterBreakV1 :: INFO ,
746751 PropertyNameParseHangulSyllableTypeV1 :: INFO ,
747752 PropertyNameParseIndicSyllabicCategoryV1 :: INFO ,
753+ PropertyNameParseIndicConjunctBreakV1 :: INFO ,
748754 PropertyNameParseJoiningTypeV1 :: INFO ,
749755 PropertyNameParseLineBreakV1 :: INFO ,
750756 PropertyNameParseScriptV1 :: INFO ,
@@ -759,6 +765,7 @@ pub const MARKERS: &[DataMarkerInfo] = &[
759765 PropertyNameShortGraphemeClusterBreakV1 :: INFO ,
760766 PropertyNameShortHangulSyllableTypeV1 :: INFO ,
761767 PropertyNameShortIndicSyllabicCategoryV1 :: INFO ,
768+ PropertyNameShortIndicConjunctBreakV1 :: INFO ,
762769 PropertyNameShortJoiningTypeV1 :: INFO ,
763770 PropertyNameShortLineBreakV1 :: INFO ,
764771 PropertyNameShortScriptV1 :: INFO ,
0 commit comments