HomeSort by relevance Sort by last modified time
    Searched defs:wctob (Results 1 - 7 of 7) sorted by null

  /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
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wctob.c 1 /* $OpenBSD: wctob.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */
34 wctob(wint_t c) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wchar.h 355 extern int wctob (wint_t __c) __THROW;
381 /* We can use the BTOWC and WCTOB optimizations since we know that all
390 extern int __wctob_alias (wint_t __c) __asm ("wctob");
392 __NTH (wctob (wint_t __wc)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 355 extern int wctob (wint_t __c) __THROW;
381 /* We can use the BTOWC and WCTOB optimizations since we know that all
390 extern int __wctob_alias (wint_t __c) __asm ("wctob");
392 __NTH (wctob (wint_t __wc)) 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...]

Completed in 502 milliseconds