Searched refs:char_class_type (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libcxx/test/std/re/re.traits/ |
H A D | lookup_classname.pass.cpp | 26 typename std::regex_traits<char_type>::char_class_type expected, in test() 29 typedef typename std::regex_traits<char_type>::char_class_type char_class_type; in test() typedef 32 char_class_type result = t.lookup_classname(F(A), F(A + t.length(A)), icase); in test() 39 typename std::regex_traits<char_type>::char_class_type expected, in test_w() 42 typedef typename std::regex_traits<char_type>::char_class_type char_class_type; in test_w() typedef 45 char_class_type result = t.lookup_classname(F(A), F(A + t.length(A)), icase); in test_w()
|
/llvm-project/libcxx/src/ |
H A D | regex.cpp | 305 regex_traits<char>::char_class_type mask_; 340 regex_traits<char>::char_class_type __get_classname(const char* s, bool __icase) { in __get_classname() 342 regex_traits<char>::char_class_type r = 0; in __get_classname()
|
/llvm-project/libcxx/include/ |
H A D | regex | 99 typedef /bitmask_type/ char_class_type; 116 char_class_type 119 bool isctype(charT c, char_class_type f) const; 1017 typedef uint16_t char_class_type; 1019 typedef ctype_base::mask char_class_type; 1022 static const char_class_type __regex_word = ctype_base::__regex_word; 1046 _LIBCPP_HIDE_FROM_ABI char_class_type 1050 bool isctype(char_type __c, char_class_type __m) const; 1071 char_class_type __lookup_classname(_ForwardIterator __f, _ForwardIterator __l, bool __icase, char) const; 1074 char_class_type __lookup_classnam [all...] |