Searched refs:binary_search (Results 1 – 2 of 2) sorted by relevance
62 int binary_search(unsigned long key, table_t *table, int tab_len);241 if ((index = binary_search(key, unicode_gb_tab, UNICODEMAX)) != -1) { /* GB code set */ in _icv_iconv()284 } else if ((index = binary_search(key, utf_cns_tab, MAX_UTF_NUM)) != -1) { in _icv_iconv()550 int binary_search(unsigned long key, table_t *table, int tab_len) { in binary_search() function
103 int binary_search; member