Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/traits/detail/
Dc_ctype.hpp103 struct char_class_impl<char> struct
105 typedef short char_class_type;
111 static char_class_type lookup_classname(FwdIter begin, FwdIter end, bool icase) in lookup_classname()
134 static bool isctype(char ch, char_class_type mask) in isctype()
157 struct char_class_impl<wchar_t> struct
159 typedef int char_class_type;
176 static char_class_type lookup_classname(FwdIter begin, FwdIter end, bool icase) in lookup_classname()
199 static bool isctype(wchar_t ch, char_class_type mask) in isctype()
225 struct char_class_impl<char> struct
227 typedef int char_class_type;
[all …]