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

  /external/icu4c/layout/
ClassDefinitionTables.h 42 le_uint16 classValue;
  /external/webkit/Source/WebCore/html/
HTMLViewSourceDocument.cpp 305 const char* classValue;
307 classValue = "webkit-html-attribute-value webkit-html-external-link";
309 classValue = "webkit-html-attribute-value webkit-html-resource-link";
310 attrs->addAttribute(Attribute::createMapped(classAttr, classValue));
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 939 if (unlikely ((unsigned int) (glyph_id - startGlyph) < classValue.len))
940 return classValue[glyph_id - startGlyph];
946 return TRACE_RETURN (c->check_struct (this) && classValue.sanitize (c));
951 unsigned int count = classValue.len;
953 if (classValue[i] == klass)
958 unsigned int count = classValue.len;
960 if (classValue[i] == klass && glyphs->has (startGlyph + i))
969 classValue; /* Array of Class Values--one per GlyphID */
971 DEFINE_SIZE_ARRAY (6, classValue);
    [all...]

Completed in 330 milliseconds