Searched refs:PropertyNames (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.h34 class U_TOOLUTIL_API PropertyNames { class
36 virtual ~PropertyNames();
101 /** Sets (aliases) a non-standard PropertyNames implementation. Caller retains ownership. */
102 void setPropertyNames(const PropertyNames *pn) { pnames=pn; }
156 PropertyNames *icuPnames; // owned
157 const PropertyNames *pnames; // aliased
H A Dppucd.cpp28 PropertyNames::~PropertyNames() {}
31 PropertyNames::getPropertyEnum(const char *name) const {
36 PropertyNames::getPropertyValueEnum(int32_t property, const char *name) const {
56 : icuPnames(new PropertyNames()), pnames(icuPnames),
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c2398 cmsUInt32Number CMSEXPORT cmsIT8EnumProperties(cmsHANDLE hIT8, char ***PropertyNames) argument
2426 *PropertyNames = Props;
/external/pdfium/third_party/lcms2-2.6/include/
H A Dlcms2.h1811 CMSAPI cmsUInt32Number CMSEXPORT cmsIT8EnumProperties(cmsHANDLE hIT8, char ***PropertyNames);
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp846 /// PropertyNames - uniqued method variable names.
847 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> PropertyNames; member in class:__anon1134::CGObjCCommonMac
5052 llvm::GlobalVariable *&Entry = PropertyNames[Ident];

Completed in 188 milliseconds