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 295 const char* classValue;
297 classValue = "webkit-html-attribute-value webkit-html-external-link";
299 classValue = "webkit-html-attribute-value webkit-html-resource-link";
300 anchor->setAttribute(classAttr, classValue);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 938 if (unlikely ((unsigned int) (glyph_id - startGlyph) < classValue.len))
939 return classValue[glyph_id - startGlyph];
945 return TRACE_RETURN (c->check_struct (this) && classValue.sanitize (c));
950 unsigned int count = classValue.len;
952 if (classValue[i] == klass)
957 unsigned int count = classValue.len;
959 if (classValue[i] == klass && glyphs->has (startGlyph + i))
968 classValue; /* Array of Class Values--one per GlyphID */
970 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 105 milliseconds