HomeSort by relevance Sort by last modified time
    Searched refs:wctob (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /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
wchar.in.h 125 # undef wctob
126 # define wctob rpl_wctob
128 # if (!defined wctob && !@HAVE_DECL_WCTOB@) || @REPLACE_WCTOB@
129 /* wctob is provided by gnulib, or wctob exists but is not declared. */
130 extern int wctob (wint_t wc);
133 # undef wctob
134 # define wctob(w) \
135 (GL_LINK_WARNING ("wctob is unportable - " \
136 "use gnulib module wctob for portability"),
    [all...]
  /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
  /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...]
  /external/stlport/stlport/stl/
_cwchar.h 88 extern int wctob();
298 using _STLP_VENDOR_CSTD::wctob;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 88 extern int wctob();
298 using _STLP_VENDOR_CSTD::wctob;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 88 extern int wctob();
298 using _STLP_VENDOR_CSTD::wctob;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 88 extern int wctob();
298 using _STLP_VENDOR_CSTD::wctob;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 88 extern int wctob();
298 using _STLP_VENDOR_CSTD::wctob;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 88 extern int wctob();
298 using _STLP_VENDOR_CSTD::wctob;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwchar.h 88 extern int wctob();
298 using _STLP_VENDOR_CSTD::wctob;
  /development/ndk/platforms/android-3/include/
wchar.h 144 extern int wctob(wint_t);
  /development/ndk/platforms/android-8/include/
wchar.h 151 extern int wctob(wint_t);
  /development/ndk/platforms/android-9/include/
wchar.h 132 extern int wctob(wint_t);
  /external/libcxx/src/support/win32/
locale_win32.cpp 80 return wctob( c );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
locale_win32.cpp 80 return wctob( c );
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 255 (*(s) = wctob ((wint_t) (wc)), 1) : \
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
wchar.h 137 extern int wctob(wint_t);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
wchar.h 137 extern int wctob(wint_t);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
wchar.h 137 extern int wctob(wint_t);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
wchar.h 137 extern int wctob(wint_t);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
wchar.h 139 extern int wctob(wint_t);

Completed in 504 milliseconds

1 2 3 4 5