Home
last modified time | relevance | path

Searched +defs:trimmed +defs:suffix (Results 1 – 3 of 3) sorted by relevance

/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/
DKDocFormatter.kt45 val trimmed = paragraphs.firstOrNull()?.text?.trim() ?: "" in reformatComment() constant
51 val suffix = if (commentType.suffix.isEmpty()) "" else " ${commentType.suffix}" in reformatComment() constant
/external/libabigail/tests/lib/
Dcatch.hpp11806 auto trimmed = [&] (size_t start, size_t end) { in Capturer() local
13761 bool endsWith( std::string const& s, std::string const& suffix ) { in endsWith()
13764 bool endsWith( std::string const& s, char suffix ) { in endsWith()
/external/catch2/single_include/catch2/
Dcatch.hpp11744 auto trimmed = [&] (size_t start, size_t end) { in Capturer() local
13616 bool endsWith( std::string const& s, std::string const& suffix ) { in endsWith()
13619 bool endsWith( std::string const& s, char suffix ) { in endsWith()