HomeSort by relevance Sort by last modified time
    Searched refs:strncasecmp_l (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/xlocale/
_strings.h 47 int strncasecmp_l(const char *, const char *, size_t, locale_t);
  /bionic/tests/
strings_test.cpp 62 TEST(STRINGS_TEST, strncasecmp_l) {
64 ASSERT_EQ(0, strncasecmp_l("hello", "HELLO", 3, l));
65 ASSERT_EQ(0, strncasecmp_l("abcXX", "ABCYY", 3, l));
66 ASSERT_LT(strncasecmp_l("hello1", "hello2", 6, l), 0);
67 ASSERT_GT(strncasecmp_l("hello2", "hello1", 6, l), 0);
  /bionic/libc/bionic/
strings_l.cpp 36 int strncasecmp_l(const char* s1, const char* s2, size_t n, locale_t) { function
  /bionic/tests/headers/posix/
strings_h.c 38 FUNCTION(strncasecmp_l, int (*f)(const char*, const char*, size_t, locale_t));
  /bionic/libc/include/bits/
strcasecmp.h 69 int strncasecmp_l(const char* __s1, const char* __s2, size_t __n, locale_t __l) __attribute_pure__ __INTRODUCED_IN(23);

Completed in 2184 milliseconds