Home
last modified time | relevance | path

Searched refs:CM (Results 1 – 25 of 827) sorted by relevance

12345678910>>...34

/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/rules/
Dline_normal.txt38 # $CM = [:LineBreak = Combining_Mark:];
74 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
75 # list it in the numerous rules that use CM.
76 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
78 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
98 # CAN_CM is the set of characters that may combine with CM combining chars.
102 # Note that $CM itself is left out of this set. If CM is needed as a base
105 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
106 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
110 # Needed in rules where stand-alone $CM s are treated as AL.
[all …]
Dline_normal_cj.txt40 # $CM = [:LineBreak = Combining_Mark:];
77 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
78 # list it in the numerous rules that use CM.
79 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
81 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
101 # CAN_CM is the set of characters that may combine with CM combining chars.
105 # Note that $CM itself is left out of this set. If CM is needed as a base
108 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
109 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
113 # Needed in rules where stand-alone $CM s are treated as AL.
[all …]
Dline.txt36 # $CM = [:LineBreak = Combining_Mark:];
72 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
73 # list it in the numerous rules that use CM.
74 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
76 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
96 # CAN_CM is the set of characters that may combine with CM combining chars.
100 # Note that $CM itself is left out of this set. If CM is needed as a base
103 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
104 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
108 # Needed in rules where stand-alone $CM s are treated as AL.
[all …]
Dline_loose.txt42 # $CM = [:LineBreak = Combining_Mark:];
79 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
80 # list it in the numerous rules that use CM.
81 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
83 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
103 # CAN_CM is the set of characters that may combine with CM combining chars.
107 # Note that $CM itself is left out of this set. If CM is needed as a base
110 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
111 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
115 # Needed in rules where stand-alone $CM s are treated as AL.
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/rbbi/break_rules/
Dline.txt75 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
76 # list it in the numerous rules that use CM.
77 CM = [CMS ZWJ];
86 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
96 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
100 # For example, the sequence "OP CM SP AL" matches LB14
101 # while the prefix of it, "OP CM SP" matches LB7.1
102 LB14: OP CM* SP* .;
105 LB14a: SP ÷ IS CM* NU;
108 LB14b.1: [^SP] CM* IS;
[all …]
Dline_loose.txt83 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
84 # list it in the numerous rules that use CM.
85 CM = [CMS ZWJ];
94 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
104 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
108 # For example, the sequence "OP CM SP AL" matches LB14
109 # while the prefix of it, "OP CM SP" matches LB7.1
110 LB14: OP CM* SP* .;
113 LB14a: SP ÷ IS CM* NU;
116 LB14b.1: [^SP] CM* IS;
[all …]
Dline_normal.txt84 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
85 # list it in the numerous rules that use CM.
86 CM = [CMS ZWJ];
95 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
105 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
109 # For example, the sequence "OP CM SP AL" matches LB14
110 # while the prefix of it, "OP CM SP" matches LB7.1
111 LB14: OP CM* SP* .;
114 LB14a: SP ÷ IS CM* NU;
117 LB14b.1: [^SP] CM* IS;
[all …]
Dline_cj.txt82 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
83 # list it in the numerous rules that use CM.
84 CM = [CMS ZWJ];
93 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
103 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
107 # For example, the sequence "OP CM SP AL" matches LB14
108 # while the prefix of it, "OP CM SP" matches LB7.1
109 LB14: OP CM* SP* .;
112 LB14a: SP ÷ IS CM* NU;
115 LB14b.1: [^SP] CM* IS;
[all …]
/third_party/icu/icu4c/source/test/testdata/break_rules/
Dline.txt82 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
83 # list it in the numerous rules that use CM.
84 CM = [CMS ZWJ];
93 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
103 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
107 # For example, the sequence "OP CM SP AL" matches LB14
108 # while the prefix of it, "OP CM SP" matches LB7.1
109 LB14: OP CM* SP* .;
112 LB14a: SP ÷ IS CM* NU;
115 LB14b.1: [^SP] CM* IS;
[all …]
Dline_loose.txt83 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
84 # list it in the numerous rules that use CM.
85 CM = [CMS ZWJ];
94 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
104 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
108 # For example, the sequence "OP CM SP AL" matches LB14
109 # while the prefix of it, "OP CM SP" matches LB7.1
110 LB14: OP CM* SP* .;
113 LB14a: SP ÷ IS CM* NU;
116 LB14b.1: [^SP] CM* IS;
[all …]
Dline_cj.txt82 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
83 # list it in the numerous rules that use CM.
84 CM = [CMS ZWJ];
93 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
103 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
107 # For example, the sequence "OP CM SP AL" matches LB14
108 # while the prefix of it, "OP CM SP" matches LB7.1
109 LB14: OP CM* SP* .;
112 LB14a: SP ÷ IS CM* NU;
115 LB14b.1: [^SP] CM* IS;
[all …]
Dline_normal.txt84 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
85 # list it in the numerous rules that use CM.
86 CM = [CMS ZWJ];
95 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
105 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
109 # For example, the sequence "OP CM SP AL" matches LB14
110 # while the prefix of it, "OP CM SP" matches LB7.1
111 LB14: OP CM* SP* .;
114 LB14a: SP ÷ IS CM* NU;
117 LB14b.1: [^SP] CM* IS;
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
Dline.txt75 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
76 # list it in the numerous rules that use CM.
77 CM = [CMS ZWJ];
86 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
96 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
100 # For example, the sequence "OP CM SP AL" matches LB14
101 # while the prefix of it, "OP CM SP" matches LB7.1
102 LB14: OP CM* SP* .;
105 LB14a: SP ÷ IS CM* NU;
108 LB14b.1: [^SP] CM* IS;
[all …]
Dline_normal.txt84 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
85 # list it in the numerous rules that use CM.
86 CM = [CMS ZWJ];
95 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
105 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
109 # For example, the sequence "OP CM SP AL" matches LB14
110 # while the prefix of it, "OP CM SP" matches LB7.1
111 LB14: OP CM* SP* .;
114 LB14a: SP ÷ IS CM* NU;
117 LB14b.1: [^SP] CM* IS;
[all …]
Dline_cj.txt82 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
83 # list it in the numerous rules that use CM.
84 CM = [CMS ZWJ];
93 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
103 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
107 # For example, the sequence "OP CM SP AL" matches LB14
108 # while the prefix of it, "OP CM SP" matches LB7.1
109 LB14: OP CM* SP* .;
112 LB14a: SP ÷ IS CM* NU;
115 LB14b.1: [^SP] CM* IS;
[all …]
Dline_loose.txt83 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
84 # list it in the numerous rules that use CM.
85 CM = [CMS ZWJ];
94 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
104 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
108 # For example, the sequence "OP CM SP AL" matches LB14
109 # while the prefix of it, "OP CM SP" matches LB7.1
110 LB14: OP CM* SP* .;
113 LB14a: SP ÷ IS CM* NU;
116 LB14b.1: [^SP] CM* IS;
[all …]
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/
Dline_cj.txt37 # $CM = [:LineBreak = Combining_Mark:];
80 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
81 # list it in the numerous rules that use CM.
82 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
84 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
85 $CMX = [[$CM] - [$ZWJ]];
105 # CAN_CM is the set of characters that may combine with CM combining chars.
109 # Note that $CM itself is left out of this set. If CM is needed as a base
112 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
113 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
[all …]
Dline_normal.txt38 # $CM = [:LineBreak = Combining_Mark:];
81 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
82 # list it in the numerous rules that use CM.
83 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
85 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
86 $CMX = [[$CM] - [$ZWJ]];
106 # CAN_CM is the set of characters that may combine with CM combining chars.
110 # Note that $CM itself is left out of this set. If CM is needed as a base
113 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
114 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
[all …]
Dline.txt36 # $CM = [:LineBreak = Combining_Mark:];
79 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
80 # list it in the numerous rules that use CM.
81 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
83 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
84 $CMX = [[$CM] - [$ZWJ]];
104 # CAN_CM is the set of characters that may combine with CM combining chars.
108 # Note that $CM itself is left out of this set. If CM is needed as a base
111 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
112 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
[all …]
Dline_loose.txt42 # $CM = [:LineBreak = Combining_Mark:];
86 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
87 # list it in the numerous rules that use CM.
88 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
90 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
91 $CMX = [[$CM] - [$ZWJ]];
111 # CAN_CM is the set of characters that may combine with CM combining chars.
115 # Note that $CM itself is left out of this set. If CM is needed as a base
118 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
119 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
[all …]
/third_party/icu/icu4c/source/data/brkitr/rules/
Dline_cj.txt37 # $CM = [:LineBreak = Combining_Mark:];
80 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
81 # list it in the numerous rules that use CM.
82 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
84 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
85 $CMX = [[$CM] - [$ZWJ]];
105 # CAN_CM is the set of characters that may combine with CM combining chars.
109 # Note that $CM itself is left out of this set. If CM is needed as a base
112 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
113 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
[all …]
Dline_normal.txt38 # $CM = [:LineBreak = Combining_Mark:];
81 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
82 # list it in the numerous rules that use CM.
83 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
85 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
86 $CMX = [[$CM] - [$ZWJ]];
106 # CAN_CM is the set of characters that may combine with CM combining chars.
110 # Note that $CM itself is left out of this set. If CM is needed as a base
113 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
114 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
[all …]
Dline.txt36 # $CM = [:LineBreak = Combining_Mark:];
79 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
80 # list it in the numerous rules that use CM.
81 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
83 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
84 $CMX = [[$CM] - [$ZWJ]];
104 # CAN_CM is the set of characters that may combine with CM combining chars.
108 # Note that $CM itself is left out of this set. If CM is needed as a base
111 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
112 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
[all …]
Dline_normal_cj.txt41 # $CM = [:LineBreak = Combining_Mark:];
85 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
86 # list it in the numerous rules that use CM.
87 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
89 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
90 $CMX = [[$CM] - [$ZWJ]];
110 # CAN_CM is the set of characters that may combine with CM combining chars.
114 # Note that $CM itself is left out of this set. If CM is needed as a base
117 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
118 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
[all …]
Dline_loose.txt42 # $CM = [:LineBreak = Combining_Mark:];
86 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
87 # list it in the numerous rules that use CM.
88 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
90 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
91 $CMX = [[$CM] - [$ZWJ]];
111 # CAN_CM is the set of characters that may combine with CM combining chars.
115 # Note that $CM itself is left out of this set. If CM is needed as a base
118 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
119 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
[all …]

12345678910>>...34