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

  /external/chromium_org/third_party/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::__anon11193
hb-ot-layout-gsubgpos-private.hh 1532 ContextFormat3 format3; member in union:OT::Context::__anon11211
2149 ChainContextFormat3 format3; member in union:OT::ChainContext::__anon11212
    [all...]
hb-ot-layout-gpos-table.hh 309 case 3: u.format3.get_anchor (font, glyph_id, x, y); return;
320 case 3: return TRACE_RETURN (u.format3.sanitize (c));
330 AnchorFormat3 format3; member in union:OT::Anchor::__anon11195
    [all...]
  /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::__anon18642
hb-ot-layout-gsubgpos-private.hh 1515 ContextFormat3 format3; member in union:OT::Context::__anon18660
2131 ChainContextFormat3 format3; member in union:OT::ChainContext::__anon18661
    [all...]
hb-ot-layout-gpos-table.hh 309 case 3: u.format3.get_anchor (font, glyph_id, x, y); return;
320 case 3: return TRACE_RETURN (u.format3.sanitize (c));
330 AnchorFormat3 format3; member in union:OT::Anchor::__anon18644
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 44 private MessageFormat format1, format2, format3; field in class:MessageFormatTest
434 formats = format3.getFormats();
473 formats = format3.getFormatsByArgumentIndex();
547 MessageFormat f3 = (MessageFormat) format3.clone();
633 MessageFormat f3 = (MessageFormat) format3.clone();
723 format3 = new MessageFormat(pattern);
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTest.java 385 DecimalFormat format3 = new DecimalFormat("'$'1000.0000"); local
388 format3.equals(format1));
    [all...]

Completed in 742 milliseconds