Searched refs:trim (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp261 ATF_TEST_CASE(trim); variable
262 ATF_TEST_CASE_HEAD(trim)
264 set_md_var("descr", "Tests the trim function");
266 ATF_TEST_CASE_BODY(trim)
268 using atf::text::trim;
270 ATF_REQUIRE_EQ(trim(""), "");
271 ATF_REQUIRE_EQ(trim(" "), "");
272 ATF_REQUIRE_EQ(trim("\t"), "");
274 ATF_REQUIRE_EQ(trim(" foo"), "foo");
275 ATF_REQUIRE_EQ(trim("\
[all...]
H A Dtext.hpp97 std::string trim(const std::string&);
H A Dtext.cpp110 impl::trim(const std::string& str) function in class:impl
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp223 got_info(t.text(), atf::text::trim(p.rest_of_line()));
290 reason = text::trim(p.rest_of_line());
383 std::string reason = text::trim(p.rest_of_line());
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.cpp341 out_reason = atf::text::trim(line.substr(pos + 1));
349 out_reason = atf::text::trim(line.substr(pos2 + 2));
509 const std::string value = atf::text::trim(p.rest_of_line());

Completed in 975 milliseconds