Searched refs:PropertyNames (Results 1 – 10 of 10) sorted by relevance
34 class U_TOOLUTIL_API PropertyNames {36 virtual ~PropertyNames();102 void setPropertyNames(const PropertyNames *pn) { pnames=pn; } in setPropertyNames()156 PropertyNames *icuPnames; // owned157 const PropertyNames *pnames; // aliased
30 PropertyNames::~PropertyNames() {} in ~PropertyNames()33 PropertyNames::getPropertyEnum(const char *name) const { in getPropertyEnum()38 PropertyNames::getPropertyValueEnum(int32_t property, const char *name) const { in getPropertyValueEnum()58 : icuPnames(new PropertyNames()), pnames(icuPnames), in PreparsedUCD()
311 os << PropertyNames[i] << value << endl;317 os << PropertyNames[i] << value << endl;
53 LOG(ERROR) << "CompatProperties: mismatch: " << PropertyNames[i] in CompatProperties()
316 extern const char *PropertyNames[];
318 const char *PropertyNames[] = { variable
55 LOG(ERROR) << "CompatProperties: mismatch: " << PropertyNames[i] in CompatProperties()
456 extern const char *PropertyNames[];
408 const char *PropertyNames[] = { variable
868 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> PropertyNames; member in __anon8dffa1430111::CGObjCCommonMac4947 llvm::GlobalVariable *&Entry = PropertyNames[Ident]; in GetPropertyName()