Home
last modified time | relevance | path

Searched defs:MATH (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-math-table.hh994 struct MATH struct
996 static constexpr hb_tag_t tableTag = HB_OT_TAG_MATH;
998 bool has_data () const { return version.to_int (); } in has_data()
1000 void closure_glyphs (hb_set_t *glyph_set) const in closure_glyphs()
1010 bool subset (hb_subset_context_t *c) const in subset()
1022 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1032 hb_position_t get_constant (hb_ot_math_constant_t constant, in get_constant()
1036 const MathGlyphInfo &get_glyph_info () const { return this+mathGlyphInfo; } in get_glyph_info()
1038 const MathVariants &get_variants () const { return this+mathVariants; } in get_variants()
1041 FixedVersion<>version; /* Version of the MATH table
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-1947.h7 U16 MATH : 10, MATE : 4, MATW : 2; member
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
Dproperty_bool.rs8304 pub const MATH: &'static [(char, char)] = &[ constant
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-1947.rs235 pub fn MATH(&self) -> U16 { in MATH() method
324 let MATH: u16 = unsafe { ::std::mem::transmute(MATH) }; localVariable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUProperty.java208 public static final int MATH = 23; field
/third_party/parse5/packages/parse5/lib/common/
Dhtml.ts108 MATH = 'math', enumerator
280 MATH, enumerator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java234 public static final int MATH = 23; field