Home
last modified time | relevance | path

Searched refs:bisearch (Results 1 – 1 of 1) sorted by relevance

/external/libvterm/src/
Dunicode.c130 static int bisearch(uint32_t ucs, const struct interval *table, int max) { in bisearch() function
192 if (bisearch(ucs, combining, in mk_wcwidth()
298 if (bisearch(ucs, ambiguous, in mk_wcwidth_cjk()
328 if(bisearch(codepoint, fullwidth, sizeof(fullwidth) / sizeof(fullwidth[0]) - 1)) in vterm_unicode_width()
336 return bisearch(codepoint, combining, sizeof(combining) / sizeof(struct interval) - 1); in vterm_unicode_is_combining()