Home
last modified time | relevance | path

Searched refs:getPropertyName (Results 1 – 25 of 42) sorted by relevance

12

/third_party/typescript_eslint/packages/experimental-utils/src/ast-utils/eslint-utils/
DastUtilities.ts37 const getPropertyName = eslintUtils.getPropertyName as ( constant
121 getPropertyName,
/third_party/jsframework/mock-generate/src/declaration-node/
DmethodSignatureDeclaration.ts18 getFunctionAndMethodReturnInfo, getParameter, getPropertyName,
33 functionName = getPropertyName(methodSignatureNode.name, sourceFile);
DcallSignatureDeclaration.ts18 getFunctionAndMethodReturnInfo, getParameter, getPropertyName,
34 functionName = getPropertyName(callSignatureNode.name, sourceFile);
DpropertySignatureDeclaration.ts17 import { getPropertyName } from '../common/commonUtils';
30 propertyName = getPropertyName(node.name, sourceFile);
DenumDeclaration.ts17 import { getExportKeyword, getPropertyName } from '../common/commonUtils';
35 const enumValueName = getPropertyName(value.name, sourceFile);
DpropertyDeclaration.ts17 import { getPropertyName } from '../common/commonUtils';
44 propertyName = getPropertyName(node.name, sourceFile);
DmethodDeclaration.ts19 getPropertyName, ParameterEntity, ReturnTypeEntity
44 functionName.name = getPropertyName(methodNode.name, sourceFile);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUPropertyAliasesTest.java42 name = UCharacter.getPropertyName(p, choice); in TestPropertyNames()
61 String pname = UCharacter.getPropertyName(p, UProperty.NameChoice.LONG); in TestPropertyNames()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUPropertyAliasesTest.java39 name = UCharacter.getPropertyName(p, choice); in TestPropertyNames()
58 String pname = UCharacter.getPropertyName(p, UProperty.NameChoice.LONG); in TestPropertyNames()
/third_party/typescript_eslint/packages/experimental-utils/typings/
Deslint-utils.d.ts6 export const getPropertyName: unknown; constant
/third_party/node/deps/icu-small/source/common/
Dpropname.cpp239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() function in PropNameData
294 return PropNameData::getPropertyName(property, nameChoice); in u_getPropertyName()
Dpropname.h101 static const char *getPropertyName(int32_t property, int32_t nameChoice);
/third_party/skia/third_party/externals/icu/source/common/
Dpropname.cpp239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() function in PropNameData
294 return PropNameData::getPropertyName(property, nameChoice); in u_getPropertyName()
Dpropname.h101 static const char *getPropertyName(int32_t property, int32_t nameChoice);
/third_party/icu/icu4c/source/common/
Dpropname.cpp239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() function in PropNameData
294 return PropNameData::getPropertyName(property, nameChoice); in u_getPropertyName()
Dpropname.h101 static const char *getPropertyName(int32_t property, int32_t nameChoice);
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dpropname.cpp239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() function in PropNameData
294 return PropNameData::getPropertyName(property, nameChoice); in u_getPropertyName()
Dpropname.h101 static const char *getPropertyName(int32_t property, int32_t nameChoice);
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dprefer-string-starts-ends-with.ts10 getPropertyName,
151 getPropertyName(node, globalScope) === 'length' &&
/third_party/jsframework/mock-generate/src/common/
DcommonUtils.ts118 export function getPropertyName(node: PropertyName, sourceFile: SourceFile): string { function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUPropertyAliases.java241 public String getPropertyName(int property, int nameChoice) { in getPropertyName() method in UPropertyAliases
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUPropertyAliases.java242 public String getPropertyName(int property, int nameChoice) { in getPropertyName() method in UPropertyAliases
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DRegexUtilitiesTest.java108 String propName = UCharacter.getPropertyName(propNum, NameChoice.LONG);
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRegexUtilitiesTest.java105 String propName = UCharacter.getPropertyName(propNum, NameChoice.LONG);
/third_party/typescript/tests/baselines/reference/docker/
Dazure-sdk.log135 22 declare const getPropertyName: (node: TSESTree.MemberExpression | TSESTree.Property | TSESTree.M…
138 22 declare const getPropertyName: (node: TSESTree.MemberExpression | TSESTree.Property | TSESTree.M…

12