Home
last modified time | relevance | path

Searched defs:NameRecord (Results 1 – 14 of 14) sorted by relevance

/external/harfbuzz_ng/src/OT/name/
Dname.hh95 struct NameRecord struct
97 hb_language_t language (hb_face_t *face) const in language()
118 uint16_t score () const in score()
145 NameRecord* copy (hb_serialize_context_t *c, const void *base in copy()
210 bool isUnicode () const in isUnicode()
219 static int cmp (const void *pa, const void *pb) in cmp()
242 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
250 HBUINT16 platformID; /* Platform ID. */
251 HBUINT16 encodingID; /* Platform-specific encoding ID. */
252 HBUINT16 languageID; /* Language ID. */
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_name.rs113 pub fn name_record(&self) -> &'a [NameRecord] { in name_record()
221 pub struct NameRecord { struct
236 impl NameRecord { argument
268 impl FixedSize for NameRecord { implementation
278 impl<'a> SomeRecord<'a> for NameRecord { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_name.rs113 pub fn name_record(&self) -> &'a [NameRecord] { in name_record()
221 pub struct NameRecord { struct
236 impl NameRecord { argument
268 impl FixedSize for NameRecord { implementation
278 impl<'a> SomeRecord<'a> for NameRecord { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dname.rs16 impl NameRecord { implementation
84 impl NameRecord { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dname.rs16 impl NameRecord { implementation
84 impl NameRecord { implementation
/external/cronet/stable/third_party/icu/source/test/perf/leperf/
Dsfnt.h428 struct NameRecord struct
439 typedef struct NameRecord NameRecord; typedef
/external/cronet/tot/third_party/icu/source/test/perf/leperf/
Dsfnt.h428 struct NameRecord struct
439 typedef struct NameRecord NameRecord; argument
/external/icu/icu4c/source/test/letest/
Dsfnt.h424 struct NameRecord struct
435 typedef struct NameRecord NameRecord; argument
/external/cronet/tot/third_party/icu/source/test/letest/
Dsfnt.h424 struct NameRecord struct
435 typedef struct NameRecord NameRecord; argument
/external/icu/icu4c/source/test/perf/leperf/
Dsfnt.h428 struct NameRecord struct
439 typedef struct NameRecord NameRecord; argument
/external/cronet/stable/third_party/icu/source/test/letest/
Dsfnt.h424 struct NameRecord struct
435 typedef struct NameRecord NameRecord; typedef
/external/fonttools/Lib/fontTools/ttLib/tables/
D_n_a_m_e.py494 class NameRecord(object): class
/external/fonttools/Lib/fontTools/feaLib/
Dast.py1674 class NameRecord(Statement): class
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3192 typedef std::pair<const TreePatternNode*, unsigned> NameRecord; typedef