HomeSort by relevance Sort by last modified time
    Searched refs:ParseStyle (Results 1 - 3 of 3) 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 322 CFX_ByteString ParseStyle(const FX_CHAR* pStyle, int iLen, int iIndex) {
958 buf = ParseStyle(pStyle, nLen, i);
    [all...]
  /frameworks/base/tools/aapt2/
ResourceParser_test.cpp 271 TEST_F(ResourceParserTest, ParseStyle) {

Completed in 699 milliseconds