Searched refs:get_category (Results 1 – 10 of 10) sorted by relevance
192 inline properties::category get_category(::boost::uint32_t ch) in get_category() function199 return static_cast<properties::major_category>(get_category(ch) >> 3); in get_major_category()209 return get_category(ch) == properties::decimal_number; in is_decimal_number()219 return get_category(ch) == properties::control; in is_control()255 && !( get_category(ch) == properties::line_separator in is_blank()256 || get_category(ch) == properties::paragraph_separator in is_blank()264 || get_category(ch) == properties::control in is_graph()265 || get_category(ch) == properties::surrogate in is_graph()266 || get_category(ch) == properties::unassigned in is_graph()
84 static AVClassCategory get_category(void *ptr) in get_category() function99 .get_category = get_category,
253 static int get_category(void *ptr){ in get_category() function260 if(avc->get_category) in get_category()261 return avc->get_category(ptr) + 16; in get_category()309 if(type) type[0] = get_category(parent); in format_line()314 if(type) type[1] = get_category(avcl); in format_line()
136 AVClassCategory (*get_category)(void* ctx); member
73 static AVClassCategory get_category(void *ptr) in get_category() function89 .get_category = get_category,
267 inline typename category_of<T>::type get_category(const T&) in get_category() function
164 return ucd::get_category(ch) == ucd::properties::name; \
918 get_category(PyObject *message, PyObject *category) in get_category() function980 category = get_category(message, category); in warnings_warn_impl()
327 if (avc->get_category) log_buffer[log_buffer_size].category = avc->get_category(ptr); in log_callback()341 (*parent)->get_category ? (*parent)->get_category(parent) :(*parent)->category; in log_callback()
30353 info: Protect __categories list in get_category with lock too