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
47 const NameRecord *a = (const NameRecord *) pa;
48 const NameRecord *b = (const NameRecord *) pb;
89 NameRecord key;
94 NameRecord *match = (NameRecord *) bsearch (&key, nameRecord, count, sizeof (nameRecord[0]), NameRecord::cmp);
129 NameRecord nameRecor
[all...]
H A Dhb-uniscribe.cc364 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size +
384 OT::NameRecord &record = name.nameRecord[i];
/external/icu/icu4c/source/test/letest/
H A Dsfnt.h424 struct NameRecord struct
435 typedef struct NameRecord NameRecord; typedef in typeref:struct:NameRecord
443 NameRecord nameRecords[ANY_NUMBER];
H A DPortableFontInstance.cpp298 const NameRecord *nameRecord = &fNAMETable->nameRecords[i];
331 const NameRecord *nameRecord = &fNAMETable->nameRecords[i];
/external/icu/icu4c/source/test/perf/leperf/
H A Dsfnt.h428 struct NameRecord struct
439 typedef struct NameRecord NameRecord; typedef in typeref:struct:NameRecord
447 NameRecord nameRecords[ANY_NUMBER];
H A DPortableFontInstance.cpp306 const NameRecord *nameRecord = &fNAMETable->nameRecords[i];
339 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/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2753 typedef std::pair<const TreePatternNode*, unsigned> NameRecord; typedef
2756 std::map<std::string, NameRecord> &Names,
2759 NameRecord &Rec = Names[P->getName()];
2792 std::map<std::string, NameRecord> SrcNames, DstNames;
2798 for (std::map<std::string, NameRecord>::iterator
2807 for (std::map<std::string, NameRecord>::iterator
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3192 typedef std::pair<const TreePatternNode*, unsigned> NameRecord; typedef
3195 std::map<std::string, NameRecord> &Names,
3198 NameRecord &Rec = Names[P->getName()];
3234 std::map<std::string, NameRecord> SrcNames, DstNames;

Completed in 214 milliseconds