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

1 2 3 4 5 6 7 8

  /bionic/libc/upstream-openbsd/lib/libc/locale/
_wcstod.h 64 if (wcsncasecmp(src, L"inf", 3) == 0) {
66 if (wcsncasecmp(src, L"inity", 5) == 0)
70 if (wcsncasecmp(src, L"nan", 3) == 0) {
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsncasecmp.c 34 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) function
  /external/bison/lib/
wchar.in.h 751 _GL_FUNCDECL_SYS (wcsncasecmp, int,
755 _GL_CXXALIAS_SYS (wcsncasecmp, int,
757 _GL_CXXALIASWARN (wcsncasecmp);
759 # undef wcsncasecmp
761 _GL_WARN_ON_USE (wcsncasecmp, "wcsncasecmp is unportable - "
762 "use gnulib module wcsncasecmp for portability");
    [all...]
  /bionic/libc/include/
wchar.h 123 extern int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 904 wcsncasecmp
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 898 wcsncasecmp
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 901 wcsncasecmp
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 895 wcsncasecmp
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 899 wcsncasecmp
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 893 wcsncasecmp
  /development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt 896 wcsncasecmp
  /development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt 890 wcsncasecmp
  /development/ndk/platforms/android-19/arch-mips/symbols/
libc.so.functions.txt 906 wcsncasecmp
  /development/ndk/platforms/android-19/arch-x86/symbols/
libc.so.functions.txt 900 wcsncasecmp
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 920 wcsncasecmp
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 914 wcsncasecmp
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libc.so.functions.txt 971 wcsncasecmp
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libc.so.functions.txt 972 wcsncasecmp
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libc.so.functions.txt 971 wcsncasecmp
  /development/ndk/platforms/android-L/include/
wchar.h 123 extern int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
wchar.h 123 extern int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
wchar.h 123 extern int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
wchar.h 123 extern int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
  /external/bison/darwin-lib/
wchar.h 1071 # undef wcsncasecmp macro
    [all...]
  /external/bison/linux-lib/
wchar.h 1071 # undef wcsncasecmp macro
    [all...]

Completed in 3722 milliseconds

1 2 3 4 5 6 7 8