Searched refs:bisearch (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libc/string/ |
D | wcwidth.c | 109 bisearch(uint32_t ucs, const struct interval *table, int max) in bisearch() function 208 && bisearch(ucs, ambiguous, in __wcwidth() 213 if (bisearch(ucs, combining, in __wcwidth() 221 && bisearch(ucs, wide, in __wcwidth()
|
/picolibc-latest/newlib/libc/ctype/ |
D | towctrans_l.c | 67 bisearch (wint_t ucs, const struct caseconv_entry *table, size_t max) in bisearch() function 91 bisearch(c, caseconv_table, in toulower() 126 bisearch(c, caseconv_table, in touupper()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 6199 (bisearch): New static function.
|