HomeSort by relevance Sort by last modified time
    Searched defs:PropertyNames (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/tools/toolutil/
ppucd.cpp 28 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),
ppucd.h 34 class U_TOOLUTIL_API PropertyNames {
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/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 1228 milliseconds