Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-math-table.hh680 struct MATH struct
682 static constexpr hb_tag_t tableTag = HB_OT_TAG_MATH;
684 bool has_data () const { return version.to_int (); } in has_data()
686 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
696 hb_position_t get_constant (hb_ot_math_constant_t constant, in get_constant()
700 const MathGlyphInfo &get_glyph_info () const { return this+mathGlyphInfo; } in get_glyph_info()
702 const MathVariants &get_variants () const { return this+mathVariants; } in get_variants()
705 FixedVersion<>version; /* Version of the MATH table
707 OffsetTo<MathConstants> mathConstants;/* MathConstants table */
708 OffsetTo<MathGlyphInfo> mathGlyphInfo;/* MathGlyphInfo table */
[all …]
/external/rust/crates/regex-syntax/src/unicode_tables/
Dproperty_bool.rs8005 pub const MATH: &'static [(char, char)] = &[ constant
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUProperty.java208 public static final int MATH = 23; field
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java234 public static final int MATH = 23; field