Home
last modified time | relevance | path

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

/third_party/boost/libs/locale/test/
Dtest_boundary.cpp413 std::string all2[]={""}; in word_boundary() local
421 run_word<char>(all2,zero,zero,zero,zero,zero,g("en_US.UTF-8")); in word_boundary()
426 run_word<char>(all2,zero,zero,zero,zero,zero,g("ja_JP.Shift-JIS")); in word_boundary()
431 run_word<wchar_t>(all2,zero,zero,zero,zero,zero,g("en_US.UTF-8")); in word_boundary()
437 run_word<char16_t>(all2,zero,zero,zero,zero,zero,g("en_US.UTF-8")); in word_boundary()
444 run_word<char32_t>(all2,zero,zero,zero,zero,zero,g("en_US.UTF-8")); in word_boundary()
/third_party/boost/libs/icl/test/
Dtest_interval_set_shared.hpp422 IntervalSet<T> left, left2, right, all, all2, section, complement, naught; in interval_set_operators_4_bicremental_types() local
431 (all2 += section) += complement; in interval_set_operators_4_bicremental_types()
434 BOOST_CHECK_EQUAL( all, all2 ); in interval_set_operators_4_bicremental_types()