Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-name-table.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()
248 HBUINT16 platformID; /* Platform ID. */
249 HBUINT16 encodingID; /* Platform-specific encoding ID. */
250 HBUINT16 languageID; /* Language ID. */
[all …]
/external/icu/icu4c/source/test/perf/leperf/
Dsfnt.h428 struct NameRecord struct
439 typedef struct NameRecord NameRecord; typedef
/external/cronet/third_party/icu/source/test/letest/
Dsfnt.h424 struct NameRecord struct
435 typedef struct NameRecord NameRecord; typedef
/external/cronet/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/fonttools/Lib/fontTools/ttLib/tables/
D_n_a_m_e.py436 class NameRecord(object): class
/external/fonttools/Lib/fontTools/feaLib/
Dast.py1668 class NameRecord(Statement): class
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3192 typedef std::pair<const TreePatternNode*, unsigned> NameRecord; typedef