Searched refs:u16_conv (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/regex/test/regress/ |
D | test_icu.cpp | 287 typedef boost::u32_to_u16_iterator<std::vector<UChar32>::const_iterator> u16_conv; in test_icu() typedef 292 expression16.assign(u16_conv(expression.begin()), u16_conv(expression.end())); in test_icu() 293 text16.assign(u16_conv(search_text.begin()), u16_conv(search_text.end())); in test_icu() 296 …std::copy(u16_conv(expression.begin()), u16_conv(expression.end()), std::back_inserter(expression1… in test_icu() 298 … std::copy(u16_conv(search_text.begin()), u16_conv(search_text.end()), std::back_inserter(text16)); in test_icu() 495 typedef boost::u32_to_u16_iterator<std::vector<UChar32>::const_iterator> u16_conv; in test_icu() typedef 498 expression16.assign(u16_conv(expression.begin()), u16_conv(expression.end())); in test_icu() 500 …std::copy(u16_conv(expression.begin()), u16_conv(expression.end()), std::back_inserter(expression1… in test_icu() 596 typedef boost::u32_to_u16_iterator<std::vector<UChar32>::const_iterator> u16_conv; in test_icu() typedef 599 expression16.assign(u16_conv(expression.begin()), u16_conv(expression.end())); in test_icu() [all …]
|