HomeSort by relevance Sort by last modified time
    Searched refs:ParseStyle (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 41 * HtmlParser.ParseStyle).
42 * - HTML comments are ignored unless initialized with ParseStyle.PRESERVE_ALL.
84 public enum ParseStyle { NORMALIZE, PRESERVE_VALID, PRESERVE_ALL }
88 * @see HtmlParser.ParseStyle
94 * @see HtmlParser.ParseStyle
99 * @see HtmlParser#HtmlParser(HtmlParser.ParseStyle)
102 this(ParseStyle.NORMALIZE);
106 * @param parseStyle Level of aggressiveness for how different
108 * @see HtmlParser.ParseStyle
110 public HtmlParser(ParseStyle parseStyle)
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 868 CFX_ByteString ParseStyle(FX_LPCSTR pStyle, int iLen, int iIndex)
1036 buf = ParseStyle(pStyle, nLen, i);
    [all...]

Completed in 191 milliseconds