Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-name-table.hh43 struct NameRecord struct
45 static int cmp (const NameRecord *a, const NameRecord *b) in cmp()
59 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
66 USHORT platformID; /* Platform ID. */
67 USHORT encodingID; /* Platform-specific encoding ID. */
68 USHORT languageID; /* Language ID. */
69 USHORT nameID; /* Name ID. */
70 USHORT length; /* String length (in bytes). */
71 USHORT offset; /* String offset from start of storage area (in bytes). */
/external/icu/icu4c/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.py91 class NameRecord(object): class
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp2753 typedef std::pair<const TreePatternNode*, unsigned> NameRecord; typedef
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3192 typedef std::pair<const TreePatternNode*, unsigned> NameRecord; typedef