Searched refs:do_global_lower (Results 1 – 2 of 2) sorted by relevance
258 BOOST_REGEX_DECL char BOOST_REGEX_CALL do_global_lower(char c);261 BOOST_REGEX_DECL wchar_t BOOST_REGEX_CALL do_global_lower(wchar_t c);265 BOOST_REGEX_DECL unsigned short BOOST_REGEX_CALL do_global_lower(unsigned short c);278 template<> inline char BOOST_REGEX_CALL global_lower<char>(char c){ return do_global_lower(c); } in global_lower()281 template<> inline wchar_t BOOST_REGEX_CALL global_lower<wchar_t>(wchar_t c){ return do_global_lower… in global_lower()285 …short BOOST_REGEX_CALL global_lower<unsigned short>(unsigned short c){ return do_global_lower(c); } in global_lower()
267 BOOST_REGEX_DECL char BOOST_REGEX_CALL do_global_lower(char c) in do_global_lower() function277 BOOST_REGEX_DECL wchar_t BOOST_REGEX_CALL do_global_lower(wchar_t c) in do_global_lower() function287 BOOST_REGEX_DECL unsigned short BOOST_REGEX_CALL do_global_lower(unsigned short c) in do_global_lower() function