Home | History | Annotate | Download | only in base

Lines Matching defs:stripped

529    * @return the stripped string
598 * @return the stripped string or <code>null</code> if the string
614 * @return the stripped string or <code>null</code> if the string
630 * @return the stripped string or <code>null</code> if the string
646 * @return the stripped string or <code>null</code> if the string
1423 * all HTML tags stripped. Note that HTML entities, such as "&amp;amp;" will
1430 String stripped = htmlTagPattern.matcher(string).replaceAll("");
1435 * < and > characters with &lt; and &gt; after HTML tags were stripped.
1437 return LT_GT_ESCAPE.escape(stripped);
2953 // We may have had multiple spaces at maxLength, which were stripped away