Home
last modified time | relevance | path

Searched defs:endsWith (Results 1 – 25 of 28) sorted by relevance

12

/third_party/jerryscript/tests/jerry/es2015/
Dstring-prototype-endswith.js37 String.prototype.endsWith.call (Symbol()); method in String
44 String.prototype.endsWith.call (undefined); method in String
51 String.prototype.endsWith.call (null); method in String
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DRbPathSubject.java40 public final BooleanSubject endsWith(RbPath path) { in endsWith() method in RbPathSubject
/third_party/typescript/tests/cases/compiler/
DcontrolFlowPropertyDeclarations.ts50 function endsWith(haystack, needle) { function
/third_party/skia/include/core/
DSkString.h147 bool endsWith(const char suffixStr[]) const { in endsWith() function
150 bool endsWith(const char suffixChar) const { in endsWith() function
/third_party/typescript/tests/baselines/reference/
DcontrolFlowPropertyDeclarations.js51 function endsWith(haystack, needle) { function
/third_party/node/deps/npm/node_modules/columnify/
Dindex.js279 function endsWith(target, searchString, position) { function
Dcolumnify.js288 function endsWith(target, searchString, position) { function
/third_party/typescript/scripts/
DbuildProtocol.mjs11 function endsWith(s, suffix) { function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_dataAbility.js62 this.endsWith = function (...args) { method
220 this.endsWith = function (...args) { method
Dohos_data_dataSharePredicates.js60 this.endsWith = function (...args) { method
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DRbPath.java153 public boolean endsWith(RbPath suffix) { in endsWith() method in RbPath
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeStringUtil.cpp122 bool endsWith (const std::string& s, const std::string& suffix) in endsWith() function
/third_party/typescript/src/lib/
Des2015.core.d.ts404 endsWith(searchString: string, endPosition?: number): boolean; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts424 endsWith(searchString: string, endPosition?: number): boolean; method
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h4354 UnicodeString::endsWith(const UnicodeString& text) const in endsWith() function
4359 UnicodeString::endsWith(const UnicodeString& srcText, in endsWith() function
4368 UnicodeString::endsWith(ConstChar16Ptr srcChars, in endsWith() function
4378 UnicodeString::endsWith(const char16_t *srcChars, in endsWith() function
/third_party/icu/icu4c/source/common/unicode/
Dunistr.h4354 UnicodeString::endsWith(const UnicodeString& text) const in endsWith() function
4359 UnicodeString::endsWith(const UnicodeString& srcText, in endsWith() function
4368 UnicodeString::endsWith(ConstChar16Ptr srcChars, in endsWith() function
4378 UnicodeString::endsWith(const char16_t *srcChars, in endsWith() function
/third_party/node/deps/icu-small/source/common/unicode/
Dunistr.h4382 UnicodeString::endsWith(const UnicodeString& text) const in endsWith() function
4387 UnicodeString::endsWith(const UnicodeString& srcText, in endsWith() function
4396 UnicodeString::endsWith(ConstChar16Ptr srcChars, in endsWith() function
4405 UnicodeString::endsWith(const char16_t *srcChars, in endsWith() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUResource.java226 public boolean endsWith(CharSequence cs) { in endsWith() method in UResource.Key
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUResource.java223 public boolean endsWith(CharSequence cs) { in endsWith() method in UResource.Key
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts67 function endsWith(str: string, suffix: string, caseSensitive: boolean): boolean { function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java344 public final boolean endsWith(ByteString suffix) { in endsWith() method
/third_party/typescript/src/compiler/
Dcore.ts2203 export function endsWith(str: string, suffix: string): boolean { function
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py832 def endsWith (str, postfix): function
Dgen_framework_sc.py473 def endsWith (str, postfix): function
Dgen_framework.py1113 def endsWith (str, postfix): function

12