/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/ |
string.h | 65 extern char* strcasestr(const char *haystack, const char *needle) __purefunc;
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
DateMath.cpp | 472 const char *haystack = "janfebmaraprmayjunjulaugsepoctnovdec"; local 473 const char *str = strstr(haystack, needle); 475 int position = static_cast<int>(str - haystack);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
string.h | 315 /* Find the first occurrence of NEEDLE in HAYSTACK. */ 377 /* Find the first occurrence of NEEDLE in HAYSTACK. 379 HAYSTACK is HAYSTACKLEN bytes long. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
string.h | 315 /* Find the first occurrence of NEEDLE in HAYSTACK. */ 377 /* Find the first occurrence of NEEDLE in HAYSTACK. 379 HAYSTACK is HAYSTACKLEN bytes long. */
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.cc | 277 bool StringContainsIgnoringCase(string haystack, string needle) { 278 std::transform(haystack.begin(), haystack.end(), haystack.begin(), ::tolower); 280 return haystack.find(needle) != string::npos; [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
bcmutils.c | 807 /* return pointer to location of substring 'needle' in 'haystack' */ 809 bcmstrstr(const char *haystack, const char *needle) 814 if ((haystack == NULL) || (needle == NULL)) 815 return DISCARD_QUAL(haystack, char); 818 len = strlen(haystack) - nlen + 1; 821 if (memcmp(needle, &haystack[i], nlen) == 0) 822 return DISCARD_QUAL(&haystack[i], char); [all...] |
/external/chromium_org/testing/gtest/include/gtest/ |
gtest.h | [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
gtest.h | [all...] |
/external/gtest/include/gtest/ |
gtest.h | [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest.h | [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
gtest.h | [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest.h | [all...] |
/external/valgrind/main/shared/ |
vg_replace_strmem.c | [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmlstring.c | 332 * @str: the xmlChar * array (haystack) 360 * @str: the xmlChar * array (haystack) 387 * @str: the xmlChar * array (haystack)
|
/external/libxml2/ |
xmlstring.c | 332 * @str: the xmlChar * array (haystack) 360 * @str: the xmlChar * array (haystack) 387 * @str: the xmlChar * array (haystack)
|
/development/ndk/platforms/android-L/include/ |
string.h | 64 extern char* strcasestr(const char *haystack, const char *needle) __purefunc;
|
/external/bison/darwin-lib/ |
wchar.h | [all...] |
/external/bison/linux-lib/ |
wchar.h | [all...] |
/external/aac/libSYS/src/ |
genericStds.cpp | 192 const char *FDKstrstr(const char *haystack, const char *needle) { return strstr(haystack, needle); }
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
importer_unittest.cc | 55 #define EXPECT_SUBSTRING(needle, haystack) \ 56 EXPECT_PRED_FORMAT2(testing::IsSubstring, (needle), (haystack))
|
/external/protobuf/src/google/protobuf/compiler/ |
importer_unittest.cc | 55 #define EXPECT_SUBSTRING(needle, haystack) \ 56 EXPECT_PRED_FORMAT2(testing::IsSubstring, (needle), (haystack))
|
/external/valgrind/main/include/ |
pub_tool_libcbase.h | 97 extern HChar* VG_(strstr) ( const HChar* haystack, const HChar* needle ); 98 extern HChar* VG_(strcasestr) ( const HChar* haystack, const HChar* needle );
|
/libcore/libart/src/main/java/java/lang/ |
String.java | 1819 char[] haystack = haystackString.value; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | [all...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | [all...] |