Searched refs:combining (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/apps/serialconnect/libvterm/src/
H A Dunicode.c6 // moved 'combining' table to file scope, so other functions can see it
79 static const struct interval combining[] = { variable in typeref:struct:interval
160 * - Non-spacing and enclosing combining characters (general
194 if (bisearch(ucs, combining,
195 sizeof(combining) / sizeof(struct interval) - 1))
198 /* if we arrive here, ucs is not a combining or C0/C1 control character */
332 return bisearch(codepoint, combining, sizeof(combining) / sizeof(struct interval) - 1);

Completed in 46 milliseconds