Home
last modified time | relevance | path

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

/third_party/boost/libs/locale/test/
Dtest_boundary.cpp415 std::string all3[]={" "," ","Hello",",","World","!"," ",""}; in word_boundary() local
422 run_word<char>(all3,none3,zero,word3,zero,zero,g("en_US.UTF-8")); in word_boundary()
427 run_word<char>(all3,none3,zero,word3,zero,zero,g("ja_JP.Shift-JIS")); in word_boundary()
432 run_word<wchar_t>(all3,none3,zero,word3,zero,zero,g("en_US.UTF-8")); in word_boundary()
438 run_word<char16_t>(all3,none3,zero,word3,zero,zero,g("en_US.UTF-8")); in word_boundary()
445 run_word<char32_t>(all3,none3,zero,word3,zero,zero,g("en_US.UTF-8")); in word_boundary()