Searched refs:endsWithCSSKeyword (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/ | ||
D | css.go | 17 func endsWithCSSKeyword(b []byte, kw string) bool { func |
D | css_test.go | 29 got := endsWithCSSKeyword([]byte(test.css), test.kw) |