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

  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 36 class U_TOOLUTIL_API PropertyNames {
38 virtual ~PropertyNames();
105 /** Sets (aliases) a non-standard PropertyNames implementation. Caller retains ownership. */
106 void setPropertyNames(const PropertyNames *pn) { pnames=pn; }
162 PropertyNames *icuPnames; // owned
163 const PropertyNames *pnames; // aliased
ppucd.cpp 30 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),
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
GeneratedClrTypeInfo.cs 60 public string[] PropertyNames { get; }
85 public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] oneofNames, Type[] nestedEnums, GeneratedClrTypeInfo[] nestedTypes)
91 PropertyNames = propertyNames ?? EmptyNames;
MessageDescriptor.cs 92 new FieldDescriptor(field, file, this, index, generatedCodeInfo?.PropertyNames[index]));
  /external/pdfium/third_party/lcms/src/
cmscgats.c     [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 217 milliseconds