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