Home
last modified time | relevance | path

Searched refs:NameRecord (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/letest/
Dsfnt.h422 struct NameRecord struct
433 typedef struct NameRecord NameRecord; typedef
441 NameRecord nameRecords[ANY_NUMBER];
DPortableFontInstance.cpp272 const NameRecord *nameRecord = &fNAMETable->nameRecords[i]; in getNameString()
305 const NameRecord *nameRecord = &fNAMETable->nameRecords[i]; in getUnicodeNameString()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2782 typedef std::pair<const TreePatternNode*, unsigned> NameRecord; typedef
2785 std::map<std::string, NameRecord> &Names, in FindNames()
2788 NameRecord &Rec = Names[P->getName()]; in FindNames()
2821 std::map<std::string, NameRecord> SrcNames, DstNames; in AddPatternToMatch()
2827 for (std::map<std::string, NameRecord>::iterator in AddPatternToMatch()
2836 for (std::map<std::string, NameRecord>::iterator in AddPatternToMatch()