Home | History | Annotate | Download | only in lib

Lines Matching refs:combining

21 		    Combining.txt \
39 const char *combining; /* Canonical combining classes */
82 uni->combining = (field3[0] == '\0' ? "" : strdup (field3));
251 /* The combining property from the PropList.txt file. */
254 /* Stores in unicode_combining[] the Combining property from the
273 /* Search for the "Property dump for: 0x20000004 (Combining)" line. */
278 fprintf (stderr, "no combining property found in '%s'\n",
283 while (strstr (buf, "(Combining)") == NULL);
291 fprintf (stderr, "premature end of combining property in '%s'\n",
301 fprintf (stderr, "parse error in combining property in '%s'\n",
310 fprintf (stderr, "parse error in combining property in '%s'\n",
318 fprintf (stderr, "parse error in combining property in '%s'\n",
412 LBP_CM = 20, /* attached characters and combining marks */
557 /* attached characters and combining marks */
1389 fprintf (stderr, "Usage: %s UnicodeData.txt Combining.txt EastAsianWidth.txt LineBreak.txt version\n",