|
BOOST_REGEX_DECL lcid_type
BOOST_REGEX_CALL | boost::re_detail::w32_get_default_locale () |
|
BOOST_REGEX_DECL bool
BOOST_REGEX_CALL | boost::re_detail::w32_is_lower (char, lcid_type) |
|
BOOST_REGEX_DECL bool
BOOST_REGEX_CALL | boost::re_detail::w32_is_lower (wchar_t, lcid_type) |
|
BOOST_REGEX_DECL bool
BOOST_REGEX_CALL | boost::re_detail::w32_is_upper (char, lcid_type) |
|
BOOST_REGEX_DECL bool
BOOST_REGEX_CALL | boost::re_detail::w32_is_upper (wchar_t, lcid_type) |
|
BOOST_REGEX_DECL cat_type
BOOST_REGEX_CALL | boost::re_detail::w32_cat_open (const std::string &name) |
|
BOOST_REGEX_DECL std::string
BOOST_REGEX_CALL | boost::re_detail::w32_cat_get (const cat_type &cat, lcid_type state_id, int i, const std::string &def) |
|
BOOST_REGEX_DECL std::wstring
BOOST_REGEX_CALL | boost::re_detail::w32_cat_get (const cat_type &cat, lcid_type state_id, int i, const std::wstring &def) |
|
BOOST_REGEX_DECL std::string
BOOST_REGEX_CALL | boost::re_detail::w32_transform (lcid_type state_id, const char *p1, const char *p2) |
|
BOOST_REGEX_DECL std::wstring
BOOST_REGEX_CALL | boost::re_detail::w32_transform (lcid_type state_id, const wchar_t *p1, const wchar_t *p2) |
|
BOOST_REGEX_DECL char
BOOST_REGEX_CALL | boost::re_detail::w32_tolower (char c, lcid_type) |
|
BOOST_REGEX_DECL wchar_t
BOOST_REGEX_CALL | boost::re_detail::w32_tolower (wchar_t c, lcid_type) |
|
BOOST_REGEX_DECL char
BOOST_REGEX_CALL | boost::re_detail::w32_toupper (char c, lcid_type) |
|
BOOST_REGEX_DECL wchar_t
BOOST_REGEX_CALL | boost::re_detail::w32_toupper (wchar_t c, lcid_type) |
|
BOOST_REGEX_DECL bool
BOOST_REGEX_CALL | boost::re_detail::w32_is (lcid_type, boost::uint32_t mask, char c) |
|
BOOST_REGEX_DECL bool
BOOST_REGEX_CALL | boost::re_detail::w32_is (lcid_type, boost::uint32_t mask, wchar_t c) |
|
template<class charT > |
boost::shared_ptr< const
w32_regex_traits_implementation
< charT > > | boost::re_detail::create_w32_regex_traits (::boost::re_detail::lcid_type l) |
|