/prebuilts/ndk/r11/sources/android/support/src/musl-multibyte/ |
wctob.c | 4 int wctob(wint_t c) function
|
/prebuilts/ndk/r13/sources/android/support/src/musl-multibyte/ |
wctob.c | 4 int wctob(wint_t c) function
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
wctob.c | 1 /* $OpenBSD: wctob.c,v 1.3 2015/09/12 16:23:14 guenther Exp $ */ 34 wctob(wint_t c) function 44 DEF_STRONG(wctob); variable
|
/external/bison/lib/ |
wchar.in.h | 168 # undef wctob 169 # define wctob rpl_wctob 171 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 172 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 174 # if !defined wctob && !@HAVE_DECL_WCTOB@ 175 /* wctob is provided by gnulib, or wctob exists but is not declared. */ 176 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 178 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 180 _GL_CXXALIASWARN (wctob); [all...] |
/external/bison/darwin-lib/ |
wchar.h | 480 # undef wctob 481 # define wctob rpl_wctob 483 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 484 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 486 # if !defined wctob && !1 487 /* wctob is provided by gnulib, or wctob exists but is not declared. */ 488 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 490 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 492 _GL_CXXALIASWARN (wctob); 494 # undef wctob macro [all...] |
/external/bison/linux-lib/ |
wchar.h | 480 # undef wctob 481 # define wctob rpl_wctob 483 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 484 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 486 # if !defined wctob && !1 487 /* wctob is provided by gnulib, or wctob exists but is not declared. */ 488 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); 490 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 492 _GL_CXXALIASWARN (wctob); 494 # undef wctob macro [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
multibyte_sb.c | 276 wctob(wint_t c)
function 278 /* wctob needs to be consistent with wcrtomb.
280 which this implementation always says, then wctob needs to
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_cwchar.h | 88 extern int wctob(); 298 using _STLP_VENDOR_CSTD::wctob;
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_cwchar.h | 88 extern int wctob(); 298 using _STLP_VENDOR_CSTD::wctob;
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_cwchar.h | 88 extern int wctob(); 298 using _STLP_VENDOR_CSTD::wctob;
|
/development/ndk/platforms/android-9/include/ |
wchar.h | 132 extern int wctob(wint_t);
|
/external/libcxx/include/ |
__bsd_locale_fallbacks.h | 43 return wctob(__c);
|
/external/libcxx/src/support/win32/ |
locale_win32.cpp | 89 return wctob( c );
|
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
__bsd_locale_fallbacks.h | 43 return wctob(__c);
|
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
__bsd_locale_fallbacks.h | 43 return wctob(__c);
|
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/ |
wchar.h | 132 extern int wctob(wint_t);
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/ |
wchar.h | 132 extern int wctob(wint_t);
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/ |
wchar.h | 132 extern int wctob(wint_t);
|
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/ |
wchar.h | 132 extern int wctob(wint_t);
|
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/ |
wchar.h | 132 extern int wctob(wint_t);
|
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/ |
wchar.h | 132 extern int wctob(wint_t);
|
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/ |
wchar.h | 132 extern int wctob(wint_t);
|
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/ |
wchar.h | 132 extern int wctob(wint_t);
|
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/ |
wchar.h | 132 extern int wctob(wint_t);
|
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/ |
wchar.h | 132 extern int wctob(wint_t);
|