Home
last modified time | relevance | path

Searched refs:do_global_upper (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/regex/v4/
Dregex_traits_defaults.hpp259 BOOST_REGEX_DECL char BOOST_REGEX_CALL do_global_upper(char c);
262 BOOST_REGEX_DECL wchar_t BOOST_REGEX_CALL do_global_upper(wchar_t c);
266 BOOST_REGEX_DECL unsigned short BOOST_REGEX_CALL do_global_upper(unsigned short c);
279 template<> inline char BOOST_REGEX_CALL global_upper<char>(char c){ return do_global_upper(c); } in global_upper()
282 template<> inline wchar_t BOOST_REGEX_CALL global_upper<wchar_t>(wchar_t c){ return do_global_upper in global_upper()
286 …short BOOST_REGEX_CALL global_upper<unsigned short>(unsigned short c){ return do_global_upper(c); } in global_upper()
/third_party/boost/libs/regex/src/
Dregex_traits_defaults.cpp272 BOOST_REGEX_DECL char BOOST_REGEX_CALL do_global_upper(char c) in do_global_upper() function
282 BOOST_REGEX_DECL wchar_t BOOST_REGEX_CALL do_global_upper(wchar_t c) in do_global_upper() function
292 BOOST_REGEX_DECL unsigned short BOOST_REGEX_CALL do_global_upper(unsigned short c) in do_global_upper() function