HomeSort by: relevance | last modified time | path
    Searched defs:combining (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/support/
wcwidth.c 102 * - Non-spacing and enclosing combining characters (general
130 static const struct interval combining[] = { local
188 if (bisearch(ucs, combining,
189 sizeof(combining) / sizeof(struct interval) - 1))
192 /* if we arrive here, ucs is not a combining or C0/C1 control character */
  /src/external/gpl3/gdb.old/dist/readline/readline/support/
wcwidth.c 102 * - Non-spacing and enclosing combining characters (general
130 static const struct interval combining[] = { local
188 if (bisearch(ucs, combining,
189 sizeof(combining) / sizeof(struct interval) - 1))
192 /* if we arrive here, ucs is not a combining or C0/C1 control character */
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
gen-lbrkprop.c 21 Combining.txt \
39 const char *combining; /* Canonical combining classes */ member in struct:unicode_attribute
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"
    [all...]

Completed in 20 milliseconds