Home
last modified time | relevance | path

Searched defs:isIdentifier (Results 1 – 25 of 29) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPatternProps.java129 public static boolean isIdentifier(CharSequence s) { in isIdentifier() method in PatternProps
149 public static boolean isIdentifier(CharSequence s, int start, int limit) { in isIdentifier() method in PatternProps
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPatternProps.java150 public static boolean isIdentifier(CharSequence s) { in isIdentifier() method in PatternProps
170 public static boolean isIdentifier(CharSequence s, int start, int limit) { in isIdentifier() method in PatternProps
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-inferrable-types.ts71 function isIdentifier( function
Dno-unused-vars-experimental.ts354 function isIdentifier(node: ts.Node): node is ts.Identifier { function
Dunified-signatures.ts598 function isIdentifier(node: TSESTree.Node): node is TSESTree.Identifier { function
/third_party/typescript_eslint/packages/experimental-utils/src/ast-utils/
Dpredicates.ts193 function isIdentifier( function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dpatternprops.cpp198 PatternProps::isIdentifier(const UChar *s, int32_t length) { in isIdentifier() function in PatternProps
/third_party/skia/third_party/externals/icu/source/common/
Dpatternprops.cpp208 PatternProps::isIdentifier(const UChar *s, int32_t length) { in isIdentifier() function in PatternProps
/third_party/icu/icu4c/source/common/
Dpatternprops.cpp208 PatternProps::isIdentifier(const UChar *s, int32_t length) { in isIdentifier() function in PatternProps
/third_party/node/deps/icu-small/source/common/
Dpatternprops.cpp208 PatternProps::isIdentifier(const UChar *s, int32_t length) { in isIdentifier() function in PatternProps
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dutil.js209 function isIdentifier(str) { function
342 isIdentifier: isIdentifier, property
/third_party/typescript/src/compiler/factory/
DnodeTests.ts44 export function isIdentifier(node: Node): node is Identifier { function
/third_party/node/lib/
Drepl.js1195 function isIdentifier(str) { function
/third_party/typescript/src/compiler/
Dscanner.ts26 isIdentifier(): boolean; method
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.core.js3774 isIdentifier: isIdentifier, property
Dbluebird.core.min.js31 …=typeof e){var n=".then() only accepts functions but was passed: "+h.classString(t);arguments.leng… field
Dbluebird.min.js31 …=e.PromiseInspection,s=t("./util");s.inherits(i,n),i.prototype._promiseResolved=function(t,e){this…
Dbluebird.js5616 isIdentifier: isIdentifier, property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4077 isIdentifier(): boolean; method
Dtsserverlibrary.d.ts4077 isIdentifier(): boolean; method
/third_party/typescript/lib/
DtypescriptServices.d.ts3997 isIdentifier(): boolean; method
Dtypescript.d.ts3997 isIdentifier(): boolean; method
Dtsserverlibrary.d.ts3997 isIdentifier(): boolean; method
DtypingsInstaller.js9925isIdentifier: function () { return token === 78 /* Identifier */ || token > 116 /* LastReservedWor… method
26597 function isIdentifier(node) { function
29479 function isIdentifier() { function
29627 … function createIdentifier(isIdentifier, diagnosticMessage, privateIdentifierDiagnosticMessage) { argument
Dtsc.js7103 isIdentifier: function () { return token === 78 || token > 116; }, method
21344 function isIdentifier(node) { function
23796 function isIdentifier() { function
23930 … function createIdentifier(isIdentifier, diagnosticMessage, privateIdentifierDiagnosticMessage) { argument

12