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

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsncasecmp.c 34 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) function
  /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) {
  /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...]
  /external/bison/darwin-lib/
wchar.h 1071 # undef wcsncasecmp macro
    [all...]
  /external/bison/linux-lib/
wchar.h 1071 # undef wcsncasecmp macro
    [all...]
  /bionic/libc/include/
wchar.h 123 extern int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-L/include/
wchar.h 123 extern int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
  /ndk/sources/android/support/include/
wchar.h 204 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);
  /prebuilts/ndk/9/sources/android/support/include/
wchar.h 204 int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
  /ndk/sources/android/support/src/
wchar_support.c 127 int wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wchar.h 172 extern int wcsncasecmp (__const wchar_t *__s1, __const wchar_t *__s2,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 172 extern int wcsncasecmp (__const wchar_t *__s1, __const wchar_t *__s2,
  /bionic/libc/
Android.mk 259 upstream-freebsd/lib/libc/string/wcsncasecmp.c \
    [all...]
  /external/bison/
configure     [all...]

Completed in 3171 milliseconds