Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dwcwidth.c109 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/
Dtowctrans_l.c67 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/
DChangeLog-20156199 (bisearch): New static function.