Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/traits/detail/
Dc_ctype.hpp134 static bool isctype(char ch, char_class_type mask) in isctype() function
199 static bool isctype(wchar_t ch, char_class_type mask) in isctype() function
256 static bool isctype(char ch, char_class_type mask) in isctype() function
311 static bool isctype(wchar_t ch, char_class_type mask) in isctype() function
372 static bool isctype(char ch, char_class_type mask) in isctype() function
436 static bool isctype(wchar_t ch, char_class_type mask) in isctype() function
497 static bool isctype(char ch, char_class_type mask) in isctype() function
570 static bool isctype(wchar_t ch, char_class_type mask) in isctype() function
630 static bool isctype(char ch, char_class_type mask) in isctype() function
685 static bool isctype(wchar_t ch, char_class_type mask) in isctype() function
[all …]
/third_party/boost/libs/regex/src/
Dwc_regex_traits.cpp204 bool BOOST_REGEX_CALL c_regex_traits<wchar_t>::isctype(wchar_t c, char_class_type mask) in isctype() function in boost::c_regex_traits
297 bool BOOST_REGEX_CALL c_regex_traits<unsigned short>::isctype(unsigned short c, char_class_type m) in isctype() function in boost::c_regex_traits
Dc_regex_traits.cpp164 bool BOOST_REGEX_CALL c_regex_traits<char>::isctype(char c, char_class_type mask) in isctype() function in boost::c_regex_traits
Dicu.cpp481 bool icu_regex_traits::isctype(char_type c, char_class_type f) const in isctype() function in boost::icu_regex_traits
/third_party/boost/libs/regex/test/concepts/
Dtest_bug_11988.cpp64 static bool isctype(char_type c, char_class_type t) in isctype() function
/third_party/boost/boost/regex/v4/
Dw32_regex_traits.hpp181 bool isctype(boost::uint32_t mask, charT c)const in isctype() function in boost::BOOST_REGEX_DETAIL_NS::w32_regex_traits_char_layer
278 bool isctype(boost::uint32_t mask, char c)const in isctype() function in boost::BOOST_REGEX_DETAIL_NS::w32_regex_traits_char_layer
628 bool isctype(charT c, char_class_type f) const in isctype() function in boost::w32_regex_traits
Dcpp_regex_traits.hpp881 bool cpp_regex_traits_implementation<charT>::isctype(const charT c, char_class_type mask) const in isctype() function in boost::BOOST_REGEX_DETAIL_NS::cpp_regex_traits_implementation
976 bool isctype(charT c, char_class_type f) const in isctype() function in boost::cpp_regex_traits
/third_party/boost/boost/xpressive/traits/
Dnull_regex_traits.hpp192 static bool isctype(char_type ch, char_class_type mask) in isctype() function
Dc_regex_traits.hpp309 static bool isctype(char_type ch, char_class_type mask) in isctype() function
Dcpp_regex_traits.hpp547 bool isctype(char_type ch, char_class_type mask) const in isctype() function
/third_party/boost/boost/regex/
Dconcepts.hpp159 bool isctype(charT, char_class_type) const in isctype() function