HomeSort by relevance Sort by last modified time
    Searched full:wcscasecmp (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcscasecmp.c 34 wcscasecmp(const wchar_t *s1, const wchar_t *s2) function
  /external/bison/lib/
wchar.in.h 734 _GL_FUNCDECL_SYS (wcscasecmp, int, (const wchar_t *s1, const wchar_t *s2)
737 _GL_CXXALIAS_SYS (wcscasecmp, int, (const wchar_t *s1, const wchar_t *s2));
738 _GL_CXXALIASWARN (wcscasecmp);
740 # undef wcscasecmp
742 _GL_WARN_ON_USE (wcscasecmp, "wcscasecmp is unportable - "
743 "use gnulib module wcscasecmp for portability");
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-string.h 130 // Unlike wcscasecmp(), this function can handle NULL argument(s).
135 // environment variable. On GNU platform this method uses wcscasecmp
  /external/gtest/include/gtest/internal/
gtest-string.h 130 // Unlike wcscasecmp(), this function can handle NULL argument(s).
135 // environment variable. On GNU platform this method uses wcscasecmp
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-string.h 130 // Unlike wcscasecmp(), this function can handle NULL argument(s).
135 // environment variable. On GNU platform this method uses wcscasecmp
  /bionic/libc/include/
wchar.h 114 extern int wcscasecmp(const wchar_t *, const wchar_t *);
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 892 wcscasecmp
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 886 wcscasecmp
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 889 wcscasecmp
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 883 wcscasecmp
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 887 wcscasecmp
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 881 wcscasecmp
  /development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt 884 wcscasecmp
  /development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt 878 wcscasecmp
  /development/ndk/platforms/android-19/arch-mips/symbols/
libc.so.functions.txt 894 wcscasecmp
  /development/ndk/platforms/android-19/arch-x86/symbols/
libc.so.functions.txt 888 wcscasecmp
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 908 wcscasecmp
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 902 wcscasecmp
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libc.so.functions.txt 959 wcscasecmp
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libc.so.functions.txt 960 wcscasecmp
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libc.so.functions.txt 959 wcscasecmp
  /development/ndk/platforms/android-L/include/
wchar.h 114 extern int wcscasecmp(const wchar_t *, const wchar_t *);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
wchar.h 114 extern int wcscasecmp(const wchar_t *, const wchar_t *);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
wchar.h 114 extern int wcscasecmp(const wchar_t *, const wchar_t *);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
wchar.h 114 extern int wcscasecmp(const wchar_t *, const wchar_t *);

Completed in 442 milliseconds

1 2 3 4 5 6 7 8 9