Searched defs:NameRecord (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dname.h17 struct NameRecord { struct in namespace:ots
18 NameRecord() { function in struct:ots::NameRecord
21 NameRecord(uint16_t platform_id, uint16_t encoding_id, function in struct:ots::NameRecord
35 bool operator<(const NameRecord& rhs) const {
47 std::vector<NameRecord> names;
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_n_a_m_e.py36 name, data = sstruct.unpack2(nameRecordFormat, data, NameRecord())
51 self.names.sort() # sort according to the spec; see NameRecord.__lt__()
77 name = NameRecord()
91 class NameRecord(object): class in inherits:object
152 return "<NameRecord NameID=%d; PlatformID=%d; LanguageID=%d>" % (
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_n_a_m_e.py36 name, data = sstruct.unpack2(nameRecordFormat, data, NameRecord())
51 self.names.sort() # sort according to the spec; see NameRecord.__lt__()
77 name = NameRecord()
91 class NameRecord(object): class in inherits:object
152 return "<NameRecord NameID=%d; PlatformID=%d; LanguageID=%d>" % (
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-name-table.hh43 struct NameRecord struct in namespace:OT
45 static int cmp (const NameRecord *a, const NameRecord *b)
86 NameRecord key;
91 NameRecord *match = (NameRecord *) bsearch (&key, nameRecord, count, sizeof (nameRecord[0]), (hb_compare_func_t) NameRecord::cmp);
125 NameRecord nameRecord[VAR]; /* The name records where count is the number of records. */
/external/harfbuzz_ng/src/
H A Dhb-ot-name-table.hh43 struct NameRecord struct in namespace:OT
45 static int cmp (const NameRecord *a, const NameRecord *b)
86 NameRecord key;
91 NameRecord *match = (NameRecord *) bsearch (&key, nameRecord, count, sizeof (nameRecord[0]), (hb_compare_func_t) NameRecord::cmp);
125 NameRecord nameRecord[VAR]; /* The name records where count is the number of records. */
/external/chromium_org/third_party/icu/source/test/letest/
H A Dsfnt.h422 struct NameRecord struct
433 typedef struct NameRecord NameRecord; typedef in typeref:struct:NameRecord
441 NameRecord nameRecords[ANY_NUMBER];
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dsfnt.h422 struct NameRecord struct
433 typedef struct NameRecord NameRecord; typedef in typeref:struct:NameRecord
441 NameRecord nameRecords[ANY_NUMBER];
/external/icu/icu4c/source/test/letest/
H A Dsfnt.h422 struct NameRecord struct
433 typedef struct NameRecord NameRecord; typedef in typeref:struct:NameRecord
441 NameRecord nameRecords[ANY_NUMBER];
/external/icu/icu4c/source/test/perf/leperf/
H A Dsfnt.h422 struct NameRecord struct
433 typedef struct NameRecord NameRecord; typedef in typeref:struct:NameRecord
441 NameRecord nameRecords[ANY_NUMBER];
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3006 typedef std::pair<const TreePatternNode*, unsigned> NameRecord; typedef
3009 std::map<std::string, NameRecord> &Names,
3012 NameRecord &Rec = Names[P->getName()];
3048 std::map<std::string, NameRecord> SrcNames, DstNames;
3054 for (std::map<std::string, NameRecord>::iterator
3063 for (std::map<std::string, NameRecord>::iterator

Completed in 1731 milliseconds