Home
last modified time | relevance | path

Searched defs:startsWith (Results 1 – 25 of 32) sorted by relevance

12

/third_party/jerryscript/tests/jerry/es2015/
Dstring-prototype-startswith.js37 String.prototype.startsWith.call (Symbol()); method in String
44 String.prototype.startsWith.call (undefined); method in String
/third_party/node/deps/icu-small/source/i18n/
Dstring_segment.cpp81 bool StringSegment::startsWith(UChar32 otherCp) const { in startsWith() function in StringSegment
85 bool StringSegment::startsWith(const UnicodeSet& uniset) const { in startsWith() function in StringSegment
95 bool StringSegment::startsWith(const UnicodeString& other) const { in startsWith() function in StringSegment
/third_party/icu/icu4c/source/i18n/
Dstring_segment.cpp81 bool StringSegment::startsWith(UChar32 otherCp) const { in startsWith() function in StringSegment
85 bool StringSegment::startsWith(const UnicodeSet& uniset) const { in startsWith() function in StringSegment
95 bool StringSegment::startsWith(const UnicodeString& other) const { in startsWith() function in StringSegment
/third_party/skia/third_party/externals/icu/source/i18n/
Dstring_segment.cpp81 bool StringSegment::startsWith(UChar32 otherCp) const { in startsWith() function in StringSegment
85 bool StringSegment::startsWith(const UnicodeSet& uniset) const { in startsWith() function in StringSegment
95 bool StringSegment::startsWith(const UnicodeString& other) const { in startsWith() function in StringSegment
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_stringsegment.cpp83 bool StringSegment::startsWith(UChar32 otherCp) const { in startsWith() function in StringSegment
87 bool StringSegment::startsWith(const UnicodeSet& uniset) const { in startsWith() function in StringSegment
97 bool StringSegment::startsWith(const UnicodeString& other) const { in startsWith() function in StringSegment
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DStringView.h103 bool startsWith(char C) const { return !empty() && *begin() == C; } in startsWith() function
105 bool startsWith(StringView Str) const { in startsWith() function
/third_party/flutter/skia/tools/lua/
Dbitmap_statistics.lua1 function string.startsWith(String,Start) function
Dskia.lua3 function string.startsWith(String,Start) function
/third_party/node/deps/npm/node_modules/validate-npm-package-license/
Dindex.js13 function startsWith(prefix, string) { function
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dprocess-exec-sync.js6 function startsWith (str, search, pos) { function
/third_party/skia/include/core/
DSkString.h141 bool startsWith(const char prefixStr[]) const { in startsWith() function
144 bool startsWith(const char prefixChar) const { in startsWith() function
/third_party/flutter/skia/include/core/
DSkString.h142 bool startsWith(const char prefixStr[]) const { in startsWith() function
145 bool startsWith(const char prefixChar) const { in startsWith() function
/third_party/node/deps/npm/node_modules/readable-stream/
Derrors.js49 function startsWith(str, search, pos) { function
Derrors-browser.js58 function startsWith(str, search, pos) { function
/third_party/flutter/skia/third_party/externals/sdl/test/nacl/
Dcommon.js266 function startsWith(s, prefix) { function
/third_party/typescript/src/lib/
Des2015.core.d.ts434 startsWith(searchString: string, position?: number): boolean; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts454 startsWith(searchString: string, position?: number): boolean; method
/third_party/node/deps/icu-small/source/common/unicode/
Dunistr.h4328 UnicodeString::startsWith(const UnicodeString& text) const in startsWith() function
4332 UnicodeString::startsWith(const UnicodeString& srcText, in startsWith() function
4338 UnicodeString::startsWith(ConstChar16Ptr srcChars, int32_t srcLength) const { in startsWith() function
4346 UnicodeString::startsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const { in startsWith() function
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h4347 UnicodeString::startsWith(const UnicodeString& text) const in startsWith() function
4351 UnicodeString::startsWith(const UnicodeString& srcText, in startsWith() function
4357 UnicodeString::startsWith(ConstChar16Ptr srcChars, int32_t srcLength) const { in startsWith() function
4365 UnicodeString::startsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const { in startsWith() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h4328 UnicodeString::startsWith(const UnicodeString& text) const in startsWith() function
4332 UnicodeString::startsWith(const UnicodeString& srcText, in startsWith() function
4338 UnicodeString::startsWith(ConstChar16Ptr srcChars, int32_t srcLength) const { in startsWith() function
4346 UnicodeString::startsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const { in startsWith() function
/third_party/icu/icu4c/source/common/unicode/
Dunistr.h4328 UnicodeString::startsWith(const UnicodeString& text) const in startsWith() function
4332 UnicodeString::startsWith(const UnicodeString& srcText, in startsWith() function
4338 UnicodeString::startsWith(ConstChar16Ptr srcChars, int32_t srcLength) const { in startsWith() function
4346 UnicodeString::startsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const { in startsWith() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUResource.java221 public boolean startsWith(CharSequence cs) { in startsWith() method in UResource.Key
/third_party/flutter/skia/src/sksl/
DSkSLString.cpp68 bool String::startsWith(const char* s) const { in startsWith() function in SkSL::String
/third_party/node/deps/npm/node_modules/jsprim/lib/
Djsprim.js225 function startsWith(str, prefix) function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java332 public final boolean startsWith(ByteString prefix) { in startsWith() method

12