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

  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 1013 if (unlikely (i < classValue.len))
1014 return classValue[i];
1021 return_trace (c->check_struct (this) && classValue.sanitize (c));
1026 unsigned int count = classValue.len;
1028 if (classValue[i] == klass)
1033 unsigned int count = classValue.len;
1048 if (classValue[i] == klass && glyphs->has (startGlyph + i))
1057 classValue; /* Array of Class Values--one per GlyphID */
1059 DEFINE_SIZE_ARRAY (6, classValue);
    [all...]
  /art/test/952-invoke-custom/generator/
TestLinkerMethodMultipleArgumentTypes.java 43 @Constant(classValue = TestLinkerMethodMultipleArgumentTypes.class),

Completed in 59 milliseconds