Home
last modified time | relevance | path

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

/external/freetype/src/tools/docmaker/
Dtohtml.py249 def html_quote( line ): function
368 return html_quote( word )
393 line = line + html_quote( l ).rstrip() + '\n'
428 prefix = html_quote( m.group( 1 ) )
458 result = result + html_quote( line[:length] )
461 result = result + html_quote( line[:length] )
465 result = result + html_quote( line )
/external/javasqlite/src/main/java/SQLite/
DShell.java120 static String html_quote(String str) { in html_quote() method in Shell
245 pw.print("<TH>" + html_quote(cols[i]) + "</TH>"); in newrow()
254 pw.print("<TD>" + html_quote(args[i]) + "</TD>"); in newrow()
/external/freetype/
DChangeLog.20254 (html_quote): New function.
257 (DocParagraph::dump, DocBlock::html): Use html_quote0 and html_quote.