Home
last modified time | relevance | path

Searched defs:firstSentence (Results 1 – 5 of 5) sorted by relevance

/external/dokka/core/src/main/kotlin/Utilities/
DStringExtensions.kt22 fun String.firstSentence(): String { in firstSentence() method
/external/boringssl/src/util/
Ddoc.go604 func firstSentence(comment []CommentBlock) string { func
/external/cronet/stable/third_party/boringssl/src/util/
Ddoc.go604 func firstSentence(comment []CommentBlock) string { func
/external/cronet/tot/third_party/boringssl/src/util/
Ddoc.go604 func firstSentence(comment []CommentBlock) string { func
/external/dokka/core/src/main/kotlin/Formats/
DDacHtmlFormat.kt854 fun ContentNode.firstSentence(): ContentText? = when(this) { in firstSentenceOfSummary() method
875 fun DocumentationNode.firstSentence(): String { in firstSentence() method