Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/
Dicu.hpp370 inline u32regex make_u32regex(InputIterator i, in make_u32regex() function
379 inline u32regex make_u32regex(const char* p, boost::regex_constants::syntax_option_type opt = boost… in make_u32regex() function
383 inline u32regex make_u32regex(const unsigned char* p, boost::regex_constants::syntax_option_type op… in make_u32regex() function
391 inline u32regex make_u32regex(const wchar_t* p, boost::regex_constants::syntax_option_type opt = bo… in make_u32regex() function
397 inline u32regex make_u32regex(const UChar* p, boost::regex_constants::syntax_option_type opt = boos… in make_u32regex() function
406 inline u32regex make_u32regex(const std::basic_string<C, T, A>& s, boost::regex_constants::syntax_o… in make_u32regex() function
413 inline u32regex make_u32regex(const U_NAMESPACE_QUALIFIER UnicodeString& s, boost::regex_constants:… in make_u32regex() function