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

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wctomb.c 1 /* $OpenBSD: wctomb.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */
34 wctomb(char *s, wchar_t wchar) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdlib.h 81 wctomb) __wur;
84 __NTH (wctomb (char *__s, wchar_t __wchar)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdlib.h 81 wctomb) __wur;
84 __NTH (wctomb (char *__s, wchar_t __wchar)) function
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdlib 112 using ::wctomb;
  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h 68 int wctomb (char *, wchar_t);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_sb.c 147 wctomb( function
multibyte_Utf8.c 815 The wctomb function determines the number of bytes needed to represent the
827 @return If S is a null pointer, the wctomb function returns a nonzero or
830 the wctomb function returns -1 if the value of WC does not
841 wctomb( function
    [all...]
  /external/libedit/examples/
wtc1.c 74 wctomb(NULL, 0); /* Reset shift state */
80 /* Note: really should test for -1 return from wctomb */
81 bptr += wctomb(bptr, ptr[i]);
  /external/libedit/src/
chartype.h 69 #define ct_wctomb wctomb
70 #define ct_wctomb_reset wctomb(0,0)
vis.c 475 * output byte-by-byte here. Else use wctomb().
482 clen = wctomb(mbdst, *dst);
  /bionic/tests/headers/posix/
stdlib_h.c 140 FUNCTION(wctomb, int (*f)(char*, wchar_t));
  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 109 static_assert((std::is_same<decltype(wctomb(pc,L' ')), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 109 static_assert((std::is_same<decltype(wctomb(pc,L' ')), int>::value), "");
  /bionic/libc/include/
stdlib.h 157 int wctomb(char* __dst, wchar_t __wc) __INTRODUCED_IN(21) __VERSIONER_NO_GUARD;
  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 101 static_assert((std::is_same<decltype(std::wctomb(pc,L' ')), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
cstdlib.pass.cpp 101 static_assert((std::is_same<decltype(std::wctomb(pc,L' ')), int>::value), "");
  /bionic/tests/
wchar_test.cpp 46 // wctomb and wcrtomb behave differently when s == NULL.
47 EXPECT_EQ(0, wctomb(NULL, L'h'));
48 EXPECT_EQ(0, wctomb(NULL, L'\0'));
54 // wctomb and wcrtomb behave similarly for the null wide character.
55 EXPECT_EQ(1, wctomb(bytes, L'\0'));
60 EXPECT_EQ(1, wctomb(bytes, L'h'));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 867 extern int wctomb (char *__s, wchar_t __wchar) __THROW __wur;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 439 int __cdecl wctomb(char *_MbCh,wchar_t _WCh) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 62 #define wctomb(a,b) _Xwctomb(a,b) macro
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 891 extern int wctomb (char *__s, wchar_t __wchar) __attribute__ ((__nothrow__));
    [all...]

Completed in 1195 milliseconds