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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsncmp.c 34 __RCSID("$NetBSD: wcsncmp.c,v 1.3 2001/01/05 12:13:13 itojun Exp $");
42 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) function
  /external/chromium_org/base/strings/
string_util_posix.h 38 return ::wcsncmp(s1, s2, count);
string_util_win.h 32 return ::wcsncmp(s1, s2, count);
  /external/chromium_org/chrome_elf/
chrome_elf_util.cc 116 if (ret && ret < MAX_PATH && !wcsncmp(exe_path, program_dir, ret))
121 if (ret && ret < MAX_PATH && !wcsncmp(exe_path, program_dir, ret))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cwchar 111 #undef wcsncmp
187 using ::wcsncmp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cwchar 109 #undef wcsncmp
185 using ::wcsncmp;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cwchar 109 #undef wcsncmp
185 using ::wcsncmp;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cwchar 113 #undef wcsncmp
183 using ::wcsncmp;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cwchar 113 #undef wcsncmp
183 using ::wcsncmp;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cwchar 113 #undef wcsncmp
183 using ::wcsncmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cwchar 113 #undef wcsncmp
183 using ::wcsncmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cwchar 111 #undef wcsncmp
187 using ::wcsncmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cwchar 111 #undef wcsncmp
187 using ::wcsncmp;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cwchar 111 #undef wcsncmp
187 using ::wcsncmp;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cwchar 111 #undef wcsncmp
187 using ::wcsncmp;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cwchar 109 #undef wcsncmp
185 using ::wcsncmp;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cwchar 109 #undef wcsncmp
185 using ::wcsncmp;
  /external/bison/lib/
wchar.in.h 715 _GL_FUNCDECL_SYS (wcsncmp, int,
719 _GL_CXXALIAS_SYS (wcsncmp, int,
721 _GL_CXXALIASWARN (wcsncmp);
723 # undef wcsncmp
725 _GL_WARN_ON_USE (wcsncmp, "wcsncmp is unportable - "
726 "use gnulib module wcsncmp for portability");
    [all...]
  /external/libcxx/include/
cwchar 69 int wcsncmp(const wchar_t* s1, const wchar_t* s2, size_t n);
167 using ::wcsncmp;
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 105 i = wcsncmp(wbuf, L"?lu?ák", 4);
181 {{^wcsncmp\("?lu?", "?lu?", 4\).*= 0} == 1}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar 69 int wcsncmp(const wchar_t* s1, const wchar_t* s2, size_t n);
167 using ::wcsncmp;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar 69 int wcsncmp(const wchar_t* s1, const wchar_t* s2, size_t n);
167 using ::wcsncmp;
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 

Completed in 983 milliseconds

1 2 3 4 5 6 7 8 91011>>