Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-math-table.hh1073 struct MATH struct
1075 static constexpr hb_tag_t tableTag = HB_OT_TAG_MATH;
1077 bool has_data () const { return version.to_int (); } in has_data()
1079 void closure_glyphs (hb_set_t *glyph_set) const in closure_glyphs()
1089 bool subset (hb_subset_context_t *c) const in subset()
1101 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1111 hb_position_t get_constant (hb_ot_math_constant_t constant, in get_constant()
1115 const MathGlyphInfo &get_glyph_info () const { return this+mathGlyphInfo; } in get_glyph_info()
1117 const MathVariants &get_variants () const { return this+mathVariants; } in get_variants()
1120 FixedVersion<>version; /* Version of the MATH table
[all …]
/external/rust/crates/regex-syntax/src/unicode_tables/
Dproperty_bool.rs8304 pub const MATH: &'static [(char, char)] = &[ constant
/external/rust/crates/pest/src/unicode/
Dbinary.rs3862 pub const MATH: &'static ::ucd_trie::TrieSet = &::ucd_trie::TrieSet { constant
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUProperty.java208 public static final int MATH = 23; field
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/lang/
DUProperty.java234 public static final int MATH = 23; field