HomeSort by relevance Sort by last modified time
    Searched defs:stripTags (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/html/template/
html.go 18 return htmlReplacer(stripTags(s), htmlNospaceNormReplacementTable, false)
27 return htmlReplacer(stripTags(s), htmlNormReplacementTable, true)
168 // stripTags takes a snippet of HTML and returns only the text content.
170 func stripTags(html string) string {
  /prebuilts/go/linux-x86/src/html/template/
html.go 18 return htmlReplacer(stripTags(s), htmlNospaceNormReplacementTable, false)
27 return htmlReplacer(stripTags(s), htmlNormReplacementTable, true)
168 // stripTags takes a snippet of HTML and returns only the text content.
170 func stripTags(html string) string {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 86 milliseconds