• Home
  • Raw
  • Download

Lines Matching refs:contraction

115 # Some strings are chosen to cause incremental contiguous contraction matching to
122 # contraction starter with no following text, or mismatch, or blocked
151 # no discontiguous contraction because of missing prefix contraction d+z,
233 # partial contiguous match, backs up, matches discontiguous contraction
250 # to match the discontiguous contraction of the first 0f71 with the trailing 0f72 inside the 0f73
712 ** test: contraction inside extension, ICU ticket 9378
857 ** test: tailor contraction together with nearly equivalent prefix, ICU ticket 10101
869 = opx # first contraction op, then prefix p|x
884 ** test: prefix+contraction together (1), ICU ticket 10071
904 ** test: prefix+contraction together (2), ICU ticket 10071
918 = abc # prefix match a|b takes precedence over contraction match bc
923 ** test: prefix+contraction together (3), ICU ticket 10071
937 = abc # prefix match a|b takes precedence over contraction match bc
942 ** test: no mapping p|c, falls back to contraction ch, CLDR ticket 5962
951 = pch # no-prefix contraction ch matches
954 = pci # prefix+contraction p|ci matches
1213 <2 a\u0323\u0302 # discontiguous contraction
1224 <2 a\u0323\u0302 # contiguous contraction plus extra diacritic
1229 # Tail closure should work even if there is a prefix and/or contraction.
1243 <2 \u5140ca\u0323\u0302 # discontiguous contraction
1266 <1 \u5140ca\u0323\u0302 # no discontiguous contraction
1279 <2 ca\u0323\u0302 # contiguous contraction plus extra diacritic
1297 <2 αω\u0313\u0300\u0345 # discontiguous contraction
1311 <1 αω\u0313\u0300\u0345 # no discontiguous contraction
1409 ** test: Hangul syllables in prefix & in the interior of a contraction
1666 # contraction. This test assures that this is fixed.
2139 ** test: prefix + discontiguous contraction with missing prefix contraction
2141 # the second "prefix" refers to the contraction/relation string that is
2148 # Discontiguous contraction matching should not match op|ê in opệ
2160 # We cannot test for fallback by whether the contraction default CE32
2161 # is for another contraction. With the following rules, there is no mapping for op|e,
2352 ** test: custom collation rules involving tail of a contraction in Malayalam, ICU ticket 6328