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

  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 176 case 3: return u.format3.get_caret_value (font, direction, glyph_id);
187 case 3: return TRACE_RETURN (u.format3.sanitize (c));
197 CaretValueFormat3 format3; member in union:OT::CaretValue::__anon9732
hb-ot-layout-gsubgpos-private.hh 1553 ContextFormat3 format3; member in union:OT::Context::__anon9750
2171 ChainContextFormat3 format3; member in union:OT::ChainContext::__anon9751
    [all...]
hb-ot-layout-gpos-table.hh 315 case 3: u.format3.get_anchor (font, glyph_id, x, y); return;
326 case 3: return TRACE_RETURN (u.format3.sanitize (c));
336 AnchorFormat3 format3; member in union:OT::Anchor::__anon9734
    [all...]
  /external/skia/src/sfnt/
SkOTTable_EBLC.h 143 IndexSubTable3 format3; member in union:SkOTTableEmbeddedBitmapLocation::IndexSubTable
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.java 46 private MessageFormat format1, format2, format3; field in class:MessageFormatTest
641 formats = format3.getFormats();
675 formats = format3.getFormatsByArgumentIndex();
745 MessageFormat f3 = (MessageFormat) format3.clone();
    [all...]
DecimalFormatTest.java 782 DecimalFormat format3 = new DecimalFormat("'$'1000.0000"); local
784 format3.equals(format1));
    [all...]

Completed in 217 milliseconds