Home
last modified time | relevance | path

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

12345678910>>...24

/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_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_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 …]
/third_party/icu/icu4c/source/data/brkitr/rules/
Dline.txt36 # $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_cj.txt37 # $CM = [:LineBreak = Combining_Mark:];
82 # 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 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
86 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
87 $CMX = [[$CM] - [$ZWJ]];
107 # CAN_CM is the set of characters that may combine with CM combining chars.
111 # Note that $CM itself is left out of this set. If CM is needed as a base
114 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
115 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
[all …]
Dline_normal.txt38 # $CM = [:LineBreak = Combining_Mark:];
83 # 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 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
87 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
88 $CMX = [[$CM] - [$ZWJ]];
108 # CAN_CM is the set of characters that may combine with CM combining chars.
112 # Note that $CM itself is left out of this set. If CM is needed as a base
115 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
116 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
[all …]
Dline_normal_cj.txt40 # $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 …]
Dline_loose.txt42 # $CM = [:LineBreak = Combining_Mark:];
88 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
89 # list it in the numerous rules that use CM.
90 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
92 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
93 $CMX = [[$CM] - [$ZWJ]];
113 # CAN_CM is the set of characters that may combine with CM combining chars.
117 # Note that $CM itself is left out of this set. If CM is needed as a base
120 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
121 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
[all …]
Dline_phrase_cj.txt38 # $CM = [:LineBreak = Combining_Mark:];
83 # 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 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
87 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
88 $CMX = [[$CM] - [$ZWJ]];
119 # CAN_CM is the set of characters that may combine with CM combining chars.
123 # Note that $CM itself is left out of this set. If CM is needed as a base
126 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
127 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
[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.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.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_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 …]
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 …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
Dline_normal.txt87 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
88 # list it in the numerous rules that use CM.
89 CM = [CMS ZWJ];
98 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
108 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
112 # For example, the sequence "OP CM SP AL" matches LB14
113 # while the prefix of it, "OP CM SP" matches LB7.1
114 LB14: OP CM* SP* .;
117 LB14a: SP ÷ IS CM* NU;
120 LB14b.1: [^SP] CM* IS;
[all …]
Dline.txt85 # 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 CM = [CMS ZWJ];
96 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
106 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
110 # For example, the sequence "OP CM SP AL" matches LB14
111 # while the prefix of it, "OP CM SP" matches LB7.1
112 LB14: OP CM* SP* .;
115 LB14a: SP ÷ IS CM* NU;
118 LB14b.1: [^SP] CM* IS;
[all …]
Dline_cj.txt85 # 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 CM = [CMS ZWJ];
96 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
106 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
110 # For example, the sequence "OP CM SP AL" matches LB14
111 # while the prefix of it, "OP CM SP" matches LB7.1
112 LB14: OP CM* SP* .;
115 LB14a: SP ÷ IS CM* NU;
118 LB14b.1: [^SP] CM* IS;
[all …]
Dline_loose.txt86 # 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 CM = [CMS ZWJ];
97 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
107 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
111 # For example, the sequence "OP CM SP AL" matches LB14
112 # while the prefix of it, "OP CM SP" matches LB7.1
113 LB14: OP CM* SP* .;
116 LB14a: SP ÷ IS CM* NU;
119 LB14b.1: [^SP] CM* IS;
[all …]
Dline_normal_cj.txt89 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
90 # list it in the numerous rules that use CM.
91 CM = [CMS ZWJ];
100 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
110 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
114 # For example, the sequence "OP CM SP AL" matches LB14
115 # while the prefix of it, "OP CM SP" matches LB7.1
116 LB14: OP CM* SP* .;
119 LB14a: SP ÷ IS CM* NU;
122 LB14b.1: [^SP] CM* IS;
[all …]
/third_party/icu/icu4c/source/test/testdata/break_rules/
Dline_cj.txt85 # 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 CM = [CMS ZWJ];
96 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
106 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
110 # For example, the sequence "OP CM SP AL" matches LB14
111 # while the prefix of it, "OP CM SP" matches LB7.1
112 LB14: OP CM* SP* .;
115 LB14a: SP ÷ IS CM* NU;
118 LB14b.1: [^SP] CM* IS;
[all …]
Dline_normal.txt87 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
88 # list it in the numerous rules that use CM.
89 CM = [CMS ZWJ];
98 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
108 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
112 # For example, the sequence "OP CM SP AL" matches LB14
113 # while the prefix of it, "OP CM SP" matches LB7.1
114 LB14: OP CM* SP* .;
117 LB14a: SP ÷ IS CM* NU;
120 LB14b.1: [^SP] CM* IS;
[all …]
Dline_normal_cj.txt89 # By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explici…
90 # list it in the numerous rules that use CM.
91 CM = [CMS ZWJ];
100 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
110 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
114 # For example, the sequence "OP CM SP AL" matches LB14
115 # while the prefix of it, "OP CM SP" matches LB7.1
116 LB14: OP CM* SP* .;
119 LB14a: SP ÷ IS CM* NU;
122 LB14b.1: [^SP] CM* IS;
[all …]
Dline.txt85 # 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 CM = [CMS ZWJ];
96 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
106 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
110 # For example, the sequence "OP CM SP AL" matches LB14
111 # while the prefix of it, "OP CM SP" matches LB7.1
112 LB14: OP CM* SP* .;
115 LB14a: SP ÷ IS CM* NU;
118 LB14b.1: [^SP] CM* IS;
[all …]
Dline_loose.txt86 # 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 CM = [CMS ZWJ];
97 LB6.1: [^BK CR LF NL SP ZW] CM* (BK | CR | LF | NL);
107 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
111 # For example, the sequence "OP CM SP AL" matches LB14
112 # while the prefix of it, "OP CM SP" matches LB7.1
113 LB14: OP CM* SP* .;
116 LB14a: SP ÷ IS CM* NU;
119 LB14b.1: [^SP] CM* IS;
[all …]

12345678910>>...24