Searched defs:char_class_impl (Results 1 – 1 of 1) sorted by relevance
103 struct char_class_impl<char> struct105 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> struct159 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> struct227 typedef int char_class_type;[all …]