Home
last modified time | relevance | path

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

/dports/biology/pbbam/pbbam-0.18.0/tests/src/
H A Dtest_StringUtils.cpp55 using PacBio::BAM::RemoveAllWhitespace; in TEST()
59 const auto result = RemoveAllWhitespace(input); in TEST()
63 const auto result = RemoveAllWhitespace(" \f\r\v Lorem ipsum \tdolor sit\n\namet "); in TEST()
70 using PacBio::BAM::RemoveAllWhitespace; in TEST()
74 const auto result = RemoveAllWhitespace(input); in TEST()
78 const auto result = RemoveAllWhitespace(""); in TEST()
/dports/biology/pbbam/pbbam-0.18.0/src/
H A DIndexedFastaReader.cpp82 return RemoveAllWhitespace(rawSeq.get()); in Subsequence()
98 return RemoveAllWhitespace(rawSeq.get()); in Subsequence()
H A DFastaReader.cpp56 bases_ = RemoveAllWhitespace(std::move(bases_)); in FetchNext()
/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/
H A DStringUtilities.h37 inline std::string RemoveAllWhitespace(std::string input) in RemoveAllWhitespace() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dplugin.hxx152 RemoveAllWhitespace = 1 << 2 enumerator
H A Dplugin.cxx529 if( opts.flags & RemoveWholeStatement || opts.flags & RemoveAllWhitespace ) in removeText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dplugin.hxx152 RemoveAllWhitespace = 1 << 2 enumerator
H A Dplugin.cxx550 if( opts.flags & RemoveWholeStatement || opts.flags & RemoveAllWhitespace ) in removeText()