HomeSort by relevance Sort by last modified time
    Searched refs:mblen (Results 51 - 75 of 77) sorted by null

1 23 4

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
stdlib.h 168 extern int mblen(const char *, size_t);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
stdlib.h 168 extern int mblen(const char *, size_t);
  /bionic/libc/include/
stdlib.h 165 extern int mblen(const char *, size_t);
  /external/stlport/stlport/stl/
_cstdlib.h 65 using _STLP_VENDOR_CSTD::mblen;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 65 using _STLP_VENDOR_CSTD::mblen;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 65 using _STLP_VENDOR_CSTD::mblen;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 65 using _STLP_VENDOR_CSTD::mblen;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 65 using _STLP_VENDOR_CSTD::mblen;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 65 using _STLP_VENDOR_CSTD::mblen;
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
stdlib_h.pass.cpp 74 static_assert((std::is_same<decltype(mblen("",0)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.runtime/
cstdlib.pass.cpp 78 static_assert((std::is_same<decltype(std::mblen("",0)), int>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 779 extern int mblen (__const char *__s, size_t __n) __THROW __wur;
curses.h 329 #ifdef mblen /* libutf8.h defines it w/o undefining first */
330 #undef mblen
    [all...]
ncurses.h 329 #ifdef mblen /* libutf8.h defines it w/o undefining first */
330 #undef mblen
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 779 extern int mblen (__const char *__s, size_t __n) __THROW __wur;
curses.h 329 #ifdef mblen /* libutf8.h defines it w/o undefining first */
330 #undef mblen
    [all...]
ncurses.h 329 #ifdef mblen /* libutf8.h defines it w/o undefining first */
330 #undef mblen
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 779 extern int mblen (__const char *__s, size_t __n) __THROW __wur;
curses.h 329 #ifdef mblen /* libutf8.h defines it w/o undefining first */
330 #undef mblen
    [all...]
ncurses.h 329 #ifdef mblen /* libutf8.h defines it w/o undefining first */
330 #undef mblen
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 87 #define mblen(a,b) _Xmblen(a,b) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 87 #define mblen(a,b) _Xmblen(a,b) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 87 #define mblen(a,b) _Xmblen(a,b) macro
    [all...]
  /external/bison/lib/
vasnprintf.c     [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 884 extern int mblen (__const char *__s, size_t __n) __attribute__ ((__nothrow__));
    [all...]

Completed in 919 milliseconds

1 23 4