search.h (437B)
1 2 #ifndef _WC_SEARCH_H 3 #define _WC_SEARCH_H 4 5 extern wc_map *wc_map_search(wc_uint16 code, wc_map *map, size_t n); 6 extern wc_map3 *wc_map3_search(wc_uint16 c1, wc_uint16 c2, wc_map3 *map, size_t n); 7 extern wc_map *wc_map_range_search(wc_uint16 code, wc_map *map, size_t n); 8 extern wc_map *wc_map2_range_search(wc_uint16 code, wc_map *map, size_t n); 9 extern wc_map3 *wc_map3_range_search(wc_uint16 code, wc_map3 *map, size_t n); 10 11 #endif