Lines Matching refs:contraction

113 # Some strings are chosen to cause incremental contiguous contraction matching to
120 # contraction starter with no following text, or mismatch, or blocked
149 # no discontiguous contraction because of missing prefix contraction d+z,
231 # partial contiguous match, backs up, matches discontiguous contraction
248 # to match the discontiguous contraction of the first 0f71 with the trailing 0f72 inside the 0f73
710 ** test: contraction inside extension, ICU ticket 9378
855 ** test: tailor contraction together with nearly equivalent prefix, ICU ticket 10101
867 = opx # first contraction op, then prefix p|x
882 ** test: prefix+contraction together (1), ICU ticket 10071
902 ** test: prefix+contraction together (2), ICU ticket 10071
916 = abc # prefix match a|b takes precedence over contraction match bc
921 ** test: prefix+contraction together (3), ICU ticket 10071
935 = abc # prefix match a|b takes precedence over contraction match bc
940 ** test: no mapping p|c, falls back to contraction ch, CLDR ticket 5962
949 = pch # no-prefix contraction ch matches
952 = pci # prefix+contraction p|ci matches
1211 <2 a\u0323\u0302 # discontiguous contraction
1222 <2 a\u0323\u0302 # contiguous contraction plus extra diacritic
1227 # Tail closure should work even if there is a prefix and/or contraction.
1241 <2 \u5140ca\u0323\u0302 # discontiguous contraction
1264 <1 \u5140ca\u0323\u0302 # no discontiguous contraction
1277 <2 ca\u0323\u0302 # contiguous contraction plus extra diacritic
1295 <2 αω\u0313\u0300\u0345 # discontiguous contraction
1309 <1 αω\u0313\u0300\u0345 # no discontiguous contraction
1407 ** test: Hangul syllables in prefix & in the interior of a contraction
1664 # contraction. This test assures that this is fixed.
2137 ** test: prefix + discontiguous contraction with missing prefix contraction
2139 # the second "prefix" refers to the contraction/relation string that is
2146 # Discontiguous contraction matching should not match op|ê in opệ
2158 # We cannot test for fallback by whether the contraction default CE32
2159 # is for another contraction. With the following rules, there is no mapping for op|e,
2350 ** test: custom collation rules involving tail of a contraction in Malayalam, ICU ticket 6328