Searched defs:c_regex_traits (Results 1 – 2 of 2) sorted by relevance
78 struct c_regex_traits<char> struct80 c_regex_traits(){} in c_regex_traits() function81 typedef char char_type;82 typedef std::size_t size_type;83 typedef std::string string_type;84 struct locale_type{};85 typedef boost::uint32_t char_class_type;87 static size_type length(const char_type* p) in length()92 char translate(char c) const in translate()96 char translate_nocase(char c) const in translate_nocase()[all …]
56 struct c_regex_traits<char> struct58 c_regex_traits(){} in c_regex_traits() function59 typedef char char_type;60 typedef std::size_t size_type;61 typedef std::string string_type;62 struct locale_type{};63 typedef std::uint32_t char_class_type;65 static size_type length(const char_type* p) in length()70 char translate(char c) const in translate()74 char translate_nocase(char c) const in translate_nocase()[all …]