Namespaces | |
detail | |
Classes | |
struct | properties |
Functions | |
properties::category | get_category (::boost::uint32_t ch) |
properties::major_category | get_major_category (::boost::uint32_t ch) |
bool | is_punctuation (::boost::uint32_t ch) |
bool | is_decimal_number (::boost::uint32_t ch) |
bool | is_hex_digit (::boost::uint32_t ch) |
bool | is_control (::boost::uint32_t ch) |
bool | is_alphabetic (::boost::uint32_t ch) |
bool | is_alphanumeric (::boost::uint32_t ch) |
bool | is_uppercase (::boost::uint32_t ch) |
bool | is_lowercase (::boost::uint32_t ch) |
bool | is_white_space (::boost::uint32_t ch) |
bool | is_blank (::boost::uint32_t ch) |
bool | is_graph (::boost::uint32_t ch) |
bool | is_print (::boost::uint32_t ch) |
bool | is_noncharacter_code_point (::boost::uint32_t ch) |
bool | is_default_ignorable_code_point (::boost::uint32_t ch) |
properties::script | get_script (::boost::uint32_t ch) |
inline::boost::uint32_t | to_lowercase (::boost::uint32_t ch) |
inline::boost::uint32_t | to_uppercase (::boost::uint32_t ch) |
|
inline |
References boost::spirit::ucd::detail::category_lookup().
Referenced by get_major_category(), is_blank(), is_control(), is_decimal_number(), and is_graph().
|
inline |
References get_category().
Referenced by is_punctuation().
|
inline |
References boost::spirit::ucd::detail::script_lookup().
|
inline |
References boost::spirit::ucd::properties::alphabetic, and boost::spirit::ucd::detail::category_lookup().
Referenced by is_alphanumeric(), and boost::spirit::char_encoding::unicode::isalpha().
|
inline |
References is_alphabetic(), and is_decimal_number().
Referenced by boost::spirit::char_encoding::unicode::isalnum().
|
inline |
|
inline |
References boost::spirit::ucd::properties::control, and get_category().
Referenced by is_print(), and boost::spirit::char_encoding::unicode::iscntrl().
|
inline |
References boost::spirit::ucd::properties::decimal_number, and get_category().
Referenced by is_alphanumeric(), and boost::spirit::char_encoding::unicode::isdigit().
|
inline |
|
inline |
|
inline |
References boost::spirit::ucd::detail::category_lookup(), and boost::spirit::ucd::properties::hex_digit.
Referenced by boost::spirit::char_encoding::unicode::isxdigit().
|
inline |
References boost::spirit::ucd::detail::category_lookup(), and boost::spirit::ucd::properties::lowercase.
Referenced by boost::spirit::char_encoding::unicode::islower().
|
inline |
|
inline |
References is_blank(), is_control(), and is_graph().
Referenced by boost::spirit::char_encoding::unicode::isprint().
|
inline |
References get_major_category(), and boost::spirit::ucd::properties::punctuation.
Referenced by boost::spirit::char_encoding::unicode::ispunct().
|
inline |
References boost::spirit::ucd::detail::category_lookup(), and boost::spirit::ucd::properties::uppercase.
Referenced by boost::spirit::char_encoding::unicode::isupper().
|
inline |
References boost::spirit::ucd::detail::category_lookup(), and boost::spirit::ucd::properties::white_space.
Referenced by is_blank(), is_graph(), and boost::spirit::char_encoding::unicode::isspace().
inline ::boost::uint32_t boost::spirit::ucd::to_lowercase | ( | ::boost::uint32_t | ch | ) |
References boost::spirit::ucd::detail::lowercase_lookup().
Referenced by boost::spirit::char_encoding::unicode::tolower().
inline ::boost::uint32_t boost::spirit::ucd::to_uppercase | ( | ::boost::uint32_t | ch | ) |
References boost::spirit::ucd::detail::uppercase_lookup().
Referenced by boost::spirit::char_encoding::unicode::toupper().