Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/IntrospectiveTests/
DStringManip.tests.cpp7 static const char * const trailing_whitespace = "There is no extra whitespace here \t \n \r "; variable
17 REQUIRE(trim(std::string(trailing_whitespace)) == no_whitespace);
22 REQUIRE(trim(StringRef(trailing_whitespace)) == StringRef(no_whitespace));
/external/rust/crates/clap/src/output/textwrap/
Dmod.rs99 fn trailing_whitespace() { in trailing_whitespace() function
/external/gfxstream-protocols/registry/vulkan/scripts/spec_tools/
Dfile_process.py51 def trailing_whitespace(self): member in LinewiseFileProcessor
/external/rust/crates/textwrap/src/
Dlib.rs1377 fn trailing_whitespace() { in trailing_whitespace() function
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt1491 StringManip.tests.cpp:<line number>: passed: trim(std::string(trailing_whitespace)) == no_whitespac…
1503 StringManip.tests.cpp:<line number>: passed: trim(StringRef(trailing_whitespace)) == StringRef(no_w…
Dconsole.sw.approved.txt10960 REQUIRE( trim(std::string(trailing_whitespace)) == no_whitespace )
10988 REQUIRE( trim(StringRef(trailing_whitespace)) == StringRef(no_whitespace) )