Searched refs:subs2 (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/regex/test/concepts/ |
D | icu_concept_check.cpp | 181 int subs2[2] = { 1, 2 }; in main() local 202 …check_token_iterator(boost::make_u32regex_token_iterator((const char*)(pb), e1, subs2, boost::rege… in main() 203 check_token_iterator(boost::make_u32regex_token_iterator((const char*)(pb), e1, subs2)); in main() 204 …check_token_iterator(boost::make_u32regex_token_iterator((const UChar*)(pb), e1, subs2, boost::reg… in main() 205 check_token_iterator(boost::make_u32regex_token_iterator((const UChar*)(pb), e1, subs2)); in main() 206 …check_token_iterator(boost::make_u32regex_token_iterator((const wchar_t*)(pb), e1, subs2, boost::r… in main() 207 check_token_iterator(boost::make_u32regex_token_iterator((const wchar_t*)(pb), e1, subs2)); in main() 208 …check_token_iterator(boost::make_u32regex_token_iterator(s1, e1, subs2, boost::regex_constants::ma… in main() 209 check_token_iterator(boost::make_u32regex_token_iterator(s1, e1, subs2)); in main() 210 …check_token_iterator(boost::make_u32regex_token_iterator(s2, e1, subs2, boost::regex_constants::ma… in main() [all …]
|