Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/regress/
Dtest_icu.cpp658 std::string expression8s, text8s, format8s, result8s, found8s; in test_icu() local
662 text8s.assign(&*text8.begin(), text8.size()); in test_icu()
667 found8s = boost::u32regex_replace(text8s, r, format8s, opts); in test_icu()