Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/fmt/
Dfmt_test.go134 type writeStringFormatter string type
136 func (sf writeStringFormatter) Format(f State, c rune) {
1042 {"%s", writeStringFormatter(""), "******"},
1043 {"%s", writeStringFormatter("xyz"), "***xyz***"},
1044 {"%s", writeStringFormatter("⌘/⌘"), "***⌘/⌘***"},