Searched defs:bisearch (Results 1 - 1 of 1) sorted by path

/external/libvterm/src/
H A Dunicode.c132 static int bisearch(wchar_t ucs, const struct interval *table, int max) { function
194 if (bisearch(ucs, combining,
300 if (bisearch(ucs, ambiguous,
331 return bisearch(codepoint, combining, sizeof(combining) / sizeof(struct interval) - 1);

Completed in 284 milliseconds