Home
last modified time | relevance | path

Searched defs:regex_traits (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex.h53 struct regex_traits in _GLIBCXX_VISIBILITY() struct
56 typedef _Ch_type char_type; in _GLIBCXX_VISIBILITY()
57 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY()
58 typedef std::locale locale_type; in _GLIBCXX_VISIBILITY()
59 typedef std::ctype_base::mask char_class_type; in _GLIBCXX_VISIBILITY()
65 regex_traits() in _GLIBCXX_VISIBILITY() function
79 length(const char_type* __p) in _GLIBCXX_VISIBILITY()
90 translate(char_type __c) const in _GLIBCXX_VISIBILITY()
103 translate_nocase(char_type __c) const in _GLIBCXX_VISIBILITY()
132 transform(_Fwd_iter __first, _Fwd_iter __last) const in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex.h81 struct regex_traits in _GLIBCXX_VISIBILITY() struct
84 typedef _Ch_type char_type; in _GLIBCXX_VISIBILITY()
85 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY()
86 typedef std::locale locale_type; in _GLIBCXX_VISIBILITY()
88 struct _RegexMask in _GLIBCXX_VISIBILITY()
152 typedef _RegexMask char_class_type; in _GLIBCXX_VISIBILITY()
158 regex_traits() { } in _GLIBCXX_VISIBILITY() argument
171 length(const char_type* __p) in _GLIBCXX_VISIBILITY()
182 translate(char_type __c) const in _GLIBCXX_VISIBILITY()
195 translate_nocase(char_type __c) const in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_compiler.h37 class regex_traits; in _GLIBCXX_VISIBILITY() local