Searched refs:bisearch (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/lib/libreadline/support/ |
H A D | wcwidth.c | 17 static int bisearch(wchar_t ucs, const struct interval *table, int max) { in bisearch() function 114 if (bisearch(ucs, combining, in wcwidth() 217 if (bisearch(ucs, ambiguous, in wcwidth_cjk()
|
/openbsd/lib/libcurses/ |
H A D | wcwidth.h | 80 static int bisearch(wchar_t ucs, const struct interval *table, int max) { in bisearch() function 194 if (bisearch(ucs, combining, in mk_wcwidth() 303 if (bisearch(ucs, ambiguous, in mk_wcwidth_cjk()
|