Searched refs:NameRecord (Results 1 - 10 of 10) sorted by relevance
/external/harfbuzz_ng/src/ |
H A D | hb-ot-name-table.hh | 43 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 D | hb-directwrite.cc | 110 ARRAY_LENGTH(name_IDs) * OT::NameRecord::static_size + 130 OT::NameRecord &record = name.nameRecord[i];
|
H A D | hb-uniscribe.cc | 363 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size + 383 OT::NameRecord &record = name.nameRecord[i];
|
/external/icu/icu4c/source/test/letest/ |
H A D | sfnt.h | 422 struct NameRecord struct 433 typedef struct NameRecord NameRecord; typedef in typeref:struct:NameRecord 441 NameRecord nameRecords[ANY_NUMBER];
|
H A D | PortableFontInstance.cpp | 296 const NameRecord *nameRecord = &fNAMETable->nameRecords[i]; 329 const NameRecord *nameRecord = &fNAMETable->nameRecords[i];
|
/external/icu/icu4c/source/test/perf/leperf/ |
H A D | sfnt.h | 422 struct NameRecord struct 433 typedef struct NameRecord NameRecord; typedef in typeref:struct:NameRecord 441 NameRecord nameRecords[ANY_NUMBER];
|
H A D | PortableFontInstance.cpp | 300 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.py | 36 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.py | 36 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 D | CodeGenDAGPatterns.cpp | 3185 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