Searched defs:PropertyNames (Results 1 - 8 of 8) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproperties.cpp318 const char *PropertyNames[] = { member in namespace:fst
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dppucd.cpp30 PropertyNames::~PropertyNames() {}
33 PropertyNames::getPropertyEnum(const char *name) const {
38 PropertyNames::getPropertyValueEnum(int32_t property, const char *name) const {
58 : icuPnames(new PropertyNames()), pnames(icuPnames),
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
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp30 PropertyNames::~PropertyNames() {}
33 PropertyNames::getPropertyEnum(const char *name) const {
38 PropertyNames::getPropertyValueEnum(int32_t property, const char *name) const {
58 : icuPnames(new PropertyNames()), pnames(icuPnames),
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
/external/openfst/src/lib/
H A Dproperties.cc408 const char *PropertyNames[] = { member in namespace:fst
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c2398 cmsUInt32Number CMSEXPORT cmsIT8EnumProperties(cmsHANDLE hIT8, char ***PropertyNames) argument
2426 *PropertyNames = Props;
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp874 /// PropertyNames - uniqued method variable names.
875 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> PropertyNames; member in class:__anon17846::CGObjCCommonMac
4919 llvm::GlobalVariable *&Entry = PropertyNames[Ident];

Completed in 115 milliseconds