Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/
Dcss.go17 func endsWithCSSKeyword(b []byte, kw string) bool { func
Dcss_test.go29 got := endsWithCSSKeyword([]byte(test.css), test.kw)