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

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp257 ATF_TEST_CASE(trim); variable
258 ATF_TEST_CASE_HEAD(trim)
260 set_md_var("descr", "Tests the trim function");
262 ATF_TEST_CASE_BODY(trim)
264 using atf::text::trim;
266 ATF_REQUIRE_EQ(trim(""), "");
267 ATF_REQUIRE_EQ(trim(" "), "");
268 ATF_REQUIRE_EQ(trim("\t"), "");
270 ATF_REQUIRE_EQ(trim(" foo"), "foo");
271 ATF_REQUIRE_EQ(trim("\
[all...]
H A Dtext.cpp106 impl::trim(const std::string& str) function in class:impl
/bind-9.11.3/unit/atf-src/tools/
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 tools::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.cpp105 impl::trim(const std::string& str) function in class:impl
/bind-9.11.3/bin/tests/system/rpz/
H A Dtests.sh554 trim () { function
560 RPZ=`trim rpz`
566 NORPZ=`trim norpz`

Completed in 14 milliseconds