Searched refs:get_category (Results 1 – 3 of 3) 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()
267 inline typename category_of<T>::type get_category(const T&) in get_category() function
163 return ucd::get_category(ch) == ucd::properties::name; \