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

/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)
87 NameRecord key;
92 NameRecord *match = (NameRecord *) bsearch (&key, nameRecord, count, sizeof (nameRecord[0]), (hb_compare_func_t) NameRecord::cmp);
127 NameRecord nameRecord[VAR]; /* The name records where count is the number of records. */
H A Dhb-directwrite.cc110 ARRAY_LENGTH(name_IDs) * OT::NameRecord::static_size +
130 OT::NameRecord &record = name.nameRecord[i];
H A Dhb-uniscribe.cc363 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size +
383 OT::NameRecord &record = name.nameRecord[i];
/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];
H A DPortableFontInstance.cpp296 const NameRecord *nameRecord = &fNAMETable->nameRecords[i];
329 const NameRecord *nameRecord = &fNAMETable->nameRecords[i];
/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];
H A DPortableFontInstance.cpp300 const NameRecord *nameRecord = &fNAMETable->nameRecords[i];
333 const NameRecord *nameRecord = &fNAMETable->nameRecords[i];
/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/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3185 typedef std::pair<const TreePatternNode*, unsigned> NameRecord; typedef
3188 std::map<std::string, NameRecord> &Names,
3191 NameRecord &Rec = Names[P->getName()];
3227 std::map<std::string, NameRecord> SrcNames, DstNames;

Completed in 449 milliseconds