Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java308 protected boolean escapeQuotes = false; field in Tag
348 if (escapeQuotes && ch == '\"') { in readMultipleLines()
409 if (escapeQuotes && ch == '\"') { in read()
467 escapeQuotes = true; in ContentTag()
480 escapeQuotes = true; in KeywordsTag()