Home
last modified time | relevance | path

Searched defs:findIndex (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVStringPool.h50 size_t findIndex(StringRef Key) const { in findIndex() function
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarCache.java59 private final int findIndex(long key) { in findIndex() method in CalendarCache
DLocaleIDs.java122 private static int findIndex(String[] array, String target){ in findIndex() method in LocaleIDs
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
DCalendarCache.java57 private final int findIndex(long key) { in findIndex() method in CalendarCache
DLocaleIDs.java124 private static int findIndex(String[] array, String target){ in findIndex() method in LocaleIDs
/external/angle/src/compiler/translator/
DCallDAG.cpp267 size_t CallDAG::findIndex(const TSymbolUniqueId &id) const in findIndex() function in sh::CallDAG
/external/coreboot/util/spd_tools/src/spd_gen/
Dspd_gen.go154 func findIndex(dedupedAttribs []interface{}, newSPDAttribs interface{}) int { func
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DEdits.java589 private int findIndex(int i, boolean findSource) { in findIndex() method in Edits
/external/icu/android_icu4j/src/main/java/android/icu/text/
DEdits.java577 private int findIndex(int i, boolean findSource) { in findIndex() method in Edits
/external/cronet/tot/third_party/icu/source/common/
Dedits.cpp654 int32_t Edits::Iterator::findIndex(int32_t i, UBool findSource, UErrorCode &errorCode) { in findIndex() function in Edits::Iterator
/external/icu/icu4c/source/common/
Dedits.cpp654 int32_t Edits::Iterator::findIndex(int32_t i, UBool findSource, UErrorCode &errorCode) { in findIndex() function in Edits::Iterator
/external/cronet/stable/third_party/icu/source/common/
Dedits.cpp654 int32_t Edits::Iterator::findIndex(int32_t i, UBool findSource, UErrorCode &errorCode) { in findIndex() function in Edits::Iterator
/external/icu/icu4c/source/test/cintltst/
Ducnvseltst.c263 static int32_t findIndex(const char* converterName) { in findIndex() function
/external/cronet/stable/third_party/icu/source/test/cintltst/
Ducnvseltst.c263 static int32_t findIndex(const char* converterName) { in findIndex() function
/external/cronet/tot/third_party/icu/source/test/cintltst/
Ducnvseltst.c263 static int32_t findIndex(const char* converterName) { in findIndex() function
/external/llvm/include/llvm/ADT/
DSparseMultiSet.h350 iterator findIndex(unsigned Idx) { in findIndex() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseMultiSet.h354 iterator findIndex(unsigned Idx) { in findIndex() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DSparseMultiSet.h354 iterator findIndex(unsigned Idx) { in findIndex() function
/external/cronet/stable/third_party/libc++/src/test/libcxx/selftest/dsl/
Ddsl.sh.py92 def findIndex(list, pred): function
/external/cronet/tot/third_party/libc++/src/test/libcxx/selftest/dsl/
Ddsl.sh.py92 def findIndex(list, pred): function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObject.cpp567 uint32_t StringTableSection::findIndex(StringRef Name) const { in findIndex() function in StringTableSection