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

  /ndk/sources/android/support/src/musl-multibyte/
btowc.c 4 wint_t btowc(int c) function
  /ndk/sources/host-tools/sed-4.2.1/lib/
btowc.c 26 btowc (int c) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 300 extern wint_t btowc (int __c) __THROW;
330 /* We can use the BTOWC and WCTOB optimizations since we know that all
333 extern wint_t __btowc_alias (int __c) __asm ("btowc");
335 __NTH (btowc (int __c)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 300 extern wint_t btowc (int __c) __THROW;
330 /* We can use the BTOWC and WCTOB optimizations since we know that all
333 extern wint_t __btowc_alias (int __c) __asm ("btowc");
335 __NTH (btowc (int __c)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 300 extern wint_t btowc (int __c) __THROW;
330 /* We can use the BTOWC and WCTOB optimizations since we know that all
333 extern wint_t __btowc_alias (int __c) __asm ("btowc");
335 __NTH (btowc (int __c)) function
  /bionic/libc/bionic/
wchar.cpp 37 wint_t btowc(int c) { function
  /external/bison/darwin-lib/
wchar.h 455 # undef btowc
456 # define btowc rpl_btowc
458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
459 _GL_CXXALIAS_RPL (btowc, wint_t, (int c));
462 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
464 _GL_CXXALIAS_SYS (btowc, wint_t, (int c));
466 _GL_CXXALIASWARN (btowc);
468 # undef btowc macro
470 _GL_WARN_ON_USE (btowc, "btowc is unportable -
    [all...]
  /external/bison/linux-lib/
wchar.h 455 # undef btowc
456 # define btowc rpl_btowc
458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
459 _GL_CXXALIAS_RPL (btowc, wint_t, (int c));
462 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
464 _GL_CXXALIAS_SYS (btowc, wint_t, (int c));
466 _GL_CXXALIASWARN (btowc);
468 # undef btowc macro
470 _GL_WARN_ON_USE (btowc, "btowc is unportable -
    [all...]

Completed in 241 milliseconds