Searched refs:sForegroundColorPattern (Results 1 – 1 of 1) sorted by relevance
686 private static Pattern sForegroundColorPattern; field in HtmlToSpannedConverter714 if (sForegroundColorPattern == null) { in getForegroundColorPattern()715 sForegroundColorPattern = Pattern.compile( in getForegroundColorPattern()718 return sForegroundColorPattern; in getForegroundColorPattern()