Lines Matching refs:dm
103 "bmg", "bpb", "cf", "Conditional_Case_Mappings", "dm", "FC_NFKC",
708 dm = fields[5]
709 if dm:
710 if dm.startswith("<"):
711 dt_limit = dm.index(">")
712 dt = NormalizePropertyValue(dt_prop, dm[1:dt_limit])
713 dm = dm[dt_limit + 1:].lstrip()
717 props["dm"] = dm
1318 nfd = props["dm"].split()
1356 dm = props.get("dm")
1357 if dm and dm[0] != '<' and props["dt"] == "Can":
1362 out_file.write("%04X%s%s\n" % (start, separator, dm))
1386 dm = props.get("dm")
1387 if dm and dm[0] != '<':
1391 out_file.write("%04X>%s\n" % (start, dm))
1395 (start, dm))