Home
last modified time | relevance | path

Searched refs:is_combining_implementation (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/regex/v4/
Dregex_traits_defaults.hpp72 BOOST_REGEX_DECL bool BOOST_REGEX_CALL is_combining_implementation(uint_least16_t s);
77 …harT>((std::numeric_limits<uint_least16_t>::max)())) ? false : is_combining_implementation(static_… in is_combining()
99 return is_combining_implementation(static_cast<unsigned short>(c)); in is_combining()
106 return is_combining_implementation(static_cast<unsigned short>(c)); in is_combining()
112 …return (c >= (std::numeric_limits<uint_least16_t>::max)()) ? false : is_combining_implementation(s… in is_combining()
/third_party/boost/libs/regex/src/
Dregex_traits_defaults.cpp144 BOOST_REGEX_DECL bool BOOST_REGEX_CALL is_combining_implementation(boost::uint_least16_t c) in is_combining_implementation() function