Home
last modified time | relevance | path

Searched defs:htmlReplacer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/
Dhtml.go144 func htmlReplacer(s string, replacementTable []string, badRunes bool) string { func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dserver.go2354 var htmlReplacer = strings.NewReplacer( var