Home
last modified time | relevance | path

Searched refs:get_category (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/spirit/home/support/char_encoding/unicode/
Dquery.hpp192 inline properties::category get_category(::boost::uint32_t ch) in get_category() function
199 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()
/third_party/ffmpeg/libavformat/
Doptions.c84 static AVClassCategory get_category(void *ptr) in get_category() function
99 .get_category = get_category,
/third_party/ffmpeg/libavutil/
Dlog.c253 static int get_category(void *ptr){ in get_category() function
260 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()
Dlog.h136 AVClassCategory (*get_category)(void* ctx); member
/third_party/ffmpeg/libavcodec/
Doptions.c73 static AVClassCategory get_category(void *ptr) in get_category() function
89 .get_category = get_category,
/third_party/boost/boost/iostreams/
Dtraits.hpp267 inline typename category_of<T>::type get_category(const T&) in get_category() function
/third_party/boost/boost/spirit/home/support/char_encoding/
Dunicode.hpp164 return ucd::get_category(ch) == ucd::properties::name; \
/third_party/python/Python/
D_warnings.c918 get_category(PyObject *message, PyObject *category) in get_category() function
980 category = get_category(message, category); in warnings_warn_impl()
/third_party/ffmpeg/fftools/
Dffprobe.c327 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()
/third_party/gstreamer/gstreamer/
DChangeLog30353 info: Protect __categories list in get_category with lock too