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

  /external/icu4c/layout/
ClassDefinitionTables.h 42 le_uint16 classValue;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLViewSourceDocument.cpp 286 const char* classValue;
288 classValue = "webkit-html-attribute-value webkit-html-external-link";
290 classValue = "webkit-html-attribute-value webkit-html-resource-link";
291 anchor->setAttribute(classAttr, classValue);
  /external/chromium_org/third_party/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;
973 if (classValue[i] == klass && glyphs->has (startGlyph + i))
982 classValue; /* Array of Class Values--one per GlyphID */
984 DEFINE_SIZE_ARRAY (6, classValue);
    [all...]
  /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 1125 milliseconds