Home
last modified time | relevance | path

Searched defs:indexOf (Results 1 – 25 of 73) sorted by relevance

123

/third_party/jerryscript/tests/jerry/
Darray-prototype-indexof.js42 var obj = { indexOf : Array.prototype.indexOf, length : 0 }; property
67 var obj = { indexOf : Array.prototype.indexOf} property
79 var obj = { indexOf : Array.prototype.indexOf, length : 1} property
Dstring-prototype-indexof.js100 String.prototype.indexOf.call(undefined); method in String
108 String.prototype.indexOf.call(null); method in String
/third_party/flutter/skia/third_party/externals/sdl/premake/util/
Dsdl_string.lua24 string.indexOf = function(str, substr) function
/third_party/jerryscript/tests/jerry/es2015/
Dtypedarray-prototype-indexof.js30 e.prototype.indexOf.call (undefined); method in e
/third_party/node/deps/icu-small/source/common/unicode/
Dunistr.h4162 UnicodeString::indexOf(const UnicodeString& srcText, in indexOf() function
4178 UnicodeString::indexOf(const UnicodeString& text) const in indexOf() function
4182 UnicodeString::indexOf(const UnicodeString& text, in indexOf() function
4189 UnicodeString::indexOf(const UnicodeString& text, in indexOf() function
4195 UnicodeString::indexOf(const char16_t *srcChars, in indexOf() function
4203 UnicodeString::indexOf(ConstChar16Ptr srcChars, in indexOf() function
4210 UnicodeString::indexOf(char16_t c, in indexOf() function
4216 UnicodeString::indexOf(UChar32 c, in indexOf() function
4222 UnicodeString::indexOf(char16_t c) const in indexOf() function
4226 UnicodeString::indexOf(UChar32 c) const in indexOf() function
[all …]
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h4162 UnicodeString::indexOf(const UnicodeString& srcText, in indexOf() function
4178 UnicodeString::indexOf(const UnicodeString& text) const in indexOf() function
4182 UnicodeString::indexOf(const UnicodeString& text, in indexOf() function
4189 UnicodeString::indexOf(const UnicodeString& text, in indexOf() function
4195 UnicodeString::indexOf(const char16_t *srcChars, in indexOf() function
4203 UnicodeString::indexOf(ConstChar16Ptr srcChars, in indexOf() function
4210 UnicodeString::indexOf(char16_t c, in indexOf() function
4216 UnicodeString::indexOf(UChar32 c, in indexOf() function
4222 UnicodeString::indexOf(char16_t c) const in indexOf() function
4226 UnicodeString::indexOf(UChar32 c) const in indexOf() function
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h4181 UnicodeString::indexOf(const UnicodeString& srcText, in indexOf() function
4197 UnicodeString::indexOf(const UnicodeString& text) const in indexOf() function
4201 UnicodeString::indexOf(const UnicodeString& text, in indexOf() function
4208 UnicodeString::indexOf(const UnicodeString& text, in indexOf() function
4214 UnicodeString::indexOf(const char16_t *srcChars, in indexOf() function
4222 UnicodeString::indexOf(ConstChar16Ptr srcChars, in indexOf() function
4229 UnicodeString::indexOf(char16_t c, in indexOf() function
4235 UnicodeString::indexOf(UChar32 c, in indexOf() function
4241 UnicodeString::indexOf(char16_t c) const in indexOf() function
4245 UnicodeString::indexOf(UChar32 c) const in indexOf() function
[all …]
/third_party/icu/icu4c/source/common/unicode/
Dunistr.h4162 UnicodeString::indexOf(const UnicodeString& srcText, in indexOf() function
4178 UnicodeString::indexOf(const UnicodeString& text) const in indexOf() function
4182 UnicodeString::indexOf(const UnicodeString& text, in indexOf() function
4189 UnicodeString::indexOf(const UnicodeString& text, in indexOf() function
4195 UnicodeString::indexOf(const char16_t *srcChars, in indexOf() function
4203 UnicodeString::indexOf(ConstChar16Ptr srcChars, in indexOf() function
4210 UnicodeString::indexOf(char16_t c, in indexOf() function
4216 UnicodeString::indexOf(UChar32 c, in indexOf() function
4222 UnicodeString::indexOf(char16_t c) const in indexOf() function
4226 UnicodeString::indexOf(UChar32 c) const in indexOf() function
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/
Dunicodestring.cc49 int UnicodeString::indexOf(char32 codepoint) const { in indexOf() function in i18n::phonenumbers::UnicodeString
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duvector.cpp291 int32_t UVector::indexOf(void* obj, int32_t startIndex) const { in indexOf() function in UVector
297 int32_t UVector::indexOf(int32_t obj, int32_t startIndex) const { in indexOf() function in UVector
304 int32_t UVector::indexOf(UElement key, int32_t startIndex, int8_t hint) const { in indexOf() function in UVector
/third_party/icu/icu4c/source/common/
Duvector.cpp291 int32_t UVector::indexOf(void* obj, int32_t startIndex) const { in indexOf() function in UVector
297 int32_t UVector::indexOf(int32_t obj, int32_t startIndex) const { in indexOf() function in UVector
304 int32_t UVector::indexOf(UElement key, int32_t startIndex, int8_t hint) const { in indexOf() function in UVector
/third_party/skia/third_party/externals/icu/source/common/
Duvector.cpp291 int32_t UVector::indexOf(void* obj, int32_t startIndex) const { in indexOf() function in UVector
297 int32_t UVector::indexOf(int32_t obj, int32_t startIndex) const { in indexOf() function in UVector
304 int32_t UVector::indexOf(UElement key, int32_t startIndex, int8_t hint) const { in indexOf() function in UVector
/third_party/typescript/tests/cases/conformance/types/primitives/string/
DassignFromStringInterface2.ts11 indexOf(searchString: string, position?: number): number; method
/third_party/typescript/tests/cases/compiler/
DstaticAnonymousTypeNotReferencingTypeParameter.ts59 static indexOf<T>(dit: typeof ListWrapper, array: T[], value: T, startIndex: number = 0): number { method in ListWrapper
DgenericClassPropertyInheritanceSpecialization.ts14 indexOf(searchElement: T, fromIndex?: number): number; method
/third_party/node/deps/icu-small/source/common/
Duvector.cpp296 int32_t UVector::indexOf(void* obj, int32_t startIndex) const { in indexOf() function in UVector
302 int32_t UVector::indexOf(int32_t obj, int32_t startIndex) const { in indexOf() function in UVector
308 int32_t UVector::indexOf(UElement key, int32_t startIndex, int8_t hint) const { in indexOf() function in UVector
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DstringLiteralTypeIsSubtypeOfString.ts47 indexOf(searchString: string, position?: number): number { return null; } method in C
/third_party/typescript/src/lib/
Des2020.bigint.d.ts229 indexOf(searchElement: bigint, fromIndex?: number): number; method
501 indexOf(searchElement: bigint, fromIndex?: number): number; method
Des5.d.ts401 indexOf(searchString: string, position?: number): number; method
1105 indexOf(searchElement: T, fromIndex?: number): number; method
1296 indexOf(searchElement: T, fromIndex?: number): number; method
1834 indexOf(searchElement: number, fromIndex?: number): number; method
2116 indexOf(searchElement: number, fromIndex?: number): number; method
2398 indexOf(searchElement: number, fromIndex?: number): number; method
2678 indexOf(searchElement: number, fromIndex?: number): number; method
2961 indexOf(searchElement: number, fromIndex?: number): number; method
3243 indexOf(searchElement: number, fromIndex?: number): number; method
3524 indexOf(searchElement: number, fromIndex?: number): number; method
[all …]
/third_party/typescript/lib/
Dlib.es2020.bigint.d.ts249 indexOf(searchElement: bigint, fromIndex?: number): number; method
521 indexOf(searchElement: bigint, fromIndex?: number): number; method
Dlib.es5.d.ts421 indexOf(searchString: string, position?: number): number; method
1125 indexOf(searchElement: T, fromIndex?: number): number; method
1316 indexOf(searchElement: T, fromIndex?: number): number; method
1854 indexOf(searchElement: number, fromIndex?: number): number; method
2136 indexOf(searchElement: number, fromIndex?: number): number; method
2418 indexOf(searchElement: number, fromIndex?: number): number; method
2698 indexOf(searchElement: number, fromIndex?: number): number; method
2981 indexOf(searchElement: number, fromIndex?: number): number; method
3263 indexOf(searchElement: number, fromIndex?: number): number; method
3544 indexOf(searchElement: number, fromIndex?: number): number; method
[all …]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DBooleanArrayList.java144 public int indexOf(Object element) { in indexOf() method in BooleanArrayList
DFloatArrayList.java143 public int indexOf(Object element) { in indexOf() method in FloatArrayList
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUTF16.java1476 public static int indexOf(String source, int char32) { in indexOf() method in UTF16
1529 public static int indexOf(String source, String str) { in indexOf() method in UTF16
1575 public static int indexOf(String source, int char32, int fromIndex) { in indexOf() method in UTF16
1630 public static int indexOf(String source, String str, int fromIndex) { in indexOf() method in UTF16
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUTF16.java1535 public static int indexOf(String source, int char32) { in indexOf() method in UTF16
1589 public static int indexOf(String source, String str) { in indexOf() method in UTF16
1636 public static int indexOf(String source, int char32, int fromIndex) { in indexOf() method in UTF16
1692 public static int indexOf(String source, String str, int fromIndex) { in indexOf() method in UTF16

123