Searched defs:regex_traits (Results 1 – 4 of 4) sorted by relevance
51 struct regex_traits in _GLIBCXX_VISIBILITY() struct54 typedef _Ch_type char_type; in _GLIBCXX_VISIBILITY()55 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY()56 typedef std::locale locale_type; in _GLIBCXX_VISIBILITY()57 typedef std::ctype_base::mask char_class_type; in _GLIBCXX_VISIBILITY()63 regex_traits() { } in _GLIBCXX_VISIBILITY() function76 length(const char_type* __p) in _GLIBCXX_VISIBILITY()87 translate(char_type __c) const in _GLIBCXX_VISIBILITY()100 translate_nocase(char_type __c) const in _GLIBCXX_VISIBILITY()129 transform(_Fwd_iter __first, _Fwd_iter __last) const in _GLIBCXX_VISIBILITY()[all …]
51 struct regex_traits in _GLIBCXX_VISIBILITY() struct54 typedef _Ch_type char_type; in _GLIBCXX_VISIBILITY()55 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY()56 typedef std::locale locale_type; in _GLIBCXX_VISIBILITY()57 typedef std::ctype_base::mask char_class_type; in _GLIBCXX_VISIBILITY()63 regex_traits() { } in _GLIBCXX_VISIBILITY() argument76 length(const char_type* __p) in _GLIBCXX_VISIBILITY()87 translate(char_type __c) const in _GLIBCXX_VISIBILITY()100 translate_nocase(char_type __c) const in _GLIBCXX_VISIBILITY()129 transform(_Fwd_iter __first, _Fwd_iter __last) const in _GLIBCXX_VISIBILITY()[all …]
37 struct regex_traits : public implementationT struct39 regex_traits() : implementationT() {} in regex_traits() function
73 struct regex_traits : public implementationT struct75 regex_traits() : implementationT() {} in regex_traits() argument