Home
last modified time | relevance | path

Searched refs:PropertyNames (Results 1 – 12 of 12) sorted by relevance

/external/auto/value/src/test/java/com/google/auto/value/processor/
DPropertyNamesTest.java43 expect.that(PropertyNames.decapitalizeLikeJavaBeans(input)).isEqualTo(output); in decapitalizeLikeJavaBeans()
45 expect.that(PropertyNames.decapitalizeLikeJavaBeans(null)).isNull(); in decapitalizeLikeJavaBeans()
46 expect.that(PropertyNames.decapitalizeLikeJavaBeans("HTMLPage")).isEqualTo("HTMLPage"); in decapitalizeLikeJavaBeans()
47 expect.that(PropertyNames.decapitalizeLikeJavaBeans("OAuth")).isEqualTo("OAuth"); in decapitalizeLikeJavaBeans()
55 expect.that(PropertyNames.decapitalizeNormally(input)).isEqualTo(output); in decapitalizeNormally()
57 expect.that(PropertyNames.decapitalizeNormally(null)).isNull(); in decapitalizeNormally()
58 expect.that(PropertyNames.decapitalizeNormally("HTMLPage")).isEqualTo("hTMLPage"); in decapitalizeNormally()
59 expect.that(PropertyNames.decapitalizeNormally("OAuth")).isEqualTo("oAuth"); in decapitalizeNormally()
/external/icu/icu4c/source/tools/toolutil/
Dppucd.h36 class U_TOOLUTIL_API PropertyNames {
38 virtual ~PropertyNames();
106 void setPropertyNames(const PropertyNames *pn) { pnames=pn; } in setPropertyNames()
162 PropertyNames *icuPnames; // owned
163 const PropertyNames *pnames; // aliased
Dppucd.cpp30 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()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs61 public string[] PropertyNames { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
98 PropertyNames = propertyNames ?? EmptyNames; in GeneratedClrTypeInfo()
DMessageDescriptor.cs96 … new FieldDescriptor(field, file, this, index, generatedCodeInfo?.PropertyNames[index], null)); in MessageDescriptor()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DPropertyNames.java21 class PropertyNames { class
DBuilderMethodClassifier.java368 propertyName = PropertyNames.decapitalizeLikeJavaBeans(methodName.substring(3)); in classifyMethodOneArg()
377 propertyName = PropertyNames.decapitalizeNormally(methodName.substring(3)); in classifyMethodOneArg()
DAutoValueOrOneOfProcessor.java621 return PropertyNames.decapitalizeLikeJavaBeans(name); in nameWithoutPrefix()
/external/pdfium/third_party/lcms/src/
Dcmscgats.c2413 cmsUInt32Number CMSEXPORT cmsIT8EnumProperties(cmsHANDLE hIT8, char ***PropertyNames) in cmsIT8EnumProperties() argument
2441 *PropertyNames = Props; in cmsIT8EnumProperties()
/external/pdfium/third_party/lcms/include/
Dlcms2.h1840 CMSAPI cmsUInt32Number CMSEXPORT cmsIT8EnumProperties(cmsHANDLE hIT8, char ***PropertyNames);
/external/clang/lib/CodeGen/
DCGObjCMac.cpp850 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> PropertyNames; member in __anon5de159e00111::CGObjCCommonMac
5121 llvm::GlobalVariable *&Entry = PropertyNames[Ident]; in GetPropertyName()
/external/llvm-project/clang/lib/CodeGen/
DCGObjCMac.cpp885 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> PropertyNames; member in __anonc0ce30ce0111::CGObjCCommonMac
5696 llvm::GlobalVariable *&Entry = PropertyNames[Ident]; in GetPropertyName()