/ndk/sources/android/support/src/musl-multibyte/ |
wctob.c | 4 int wctob(wint_t c) function
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
wctob.c | 27 wctob (wint_t wc) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
wchar.h | 304 extern int wctob (wint_t __c) __THROW; 330 /* We can use the BTOWC and WCTOB optimizations since we know that all 339 extern int __wctob_alias (wint_t __c) __asm ("wctob"); 341 __NTH (wctob (wint_t __wc)) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
wchar.h | 304 extern int wctob (wint_t __c) __THROW; 330 /* We can use the BTOWC and WCTOB optimizations since we know that all 339 extern int __wctob_alias (wint_t __c) __asm ("wctob"); 341 __NTH (wctob (wint_t __wc)) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
wchar.h | 304 extern int wctob (wint_t __c) __THROW; 330 /* We can use the BTOWC and WCTOB optimizations since we know that all 339 extern int __wctob_alias (wint_t __c) __asm ("wctob"); 341 __NTH (wctob (wint_t __wc)) function
|
/bionic/libc/bionic/ |
wchar.cpp | 266 int wctob(wint_t c) { function
|
/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...] |