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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/android/support/src/musl-multibyte/
wctob.c 4 int wctob(wint_t c) function
  /ndk/sources/host-tools/sed-4.2.1/m4/
wctob.m4 0 # wctob.m4 serial 4
11 AC_CHECK_FUNCS_ONCE([wctob])
15 AC_LIBOBJ([wctob])
19 dnl Solaris 9 has the wctob() function but it does not work.
23 AC_CACHE_CHECK([whether wctob works],
49 if (wctob (wc) != (unsigned char) '\374')
65 AC_LIBOBJ([wctob])
69 dnl IRIX 6.5 has the wctob() function but does not declare it.
70 AC_CHECK_DECLS([wctob], [], [], [
88 # Prerequisites of lib/wctob.c
    [all...]
gnulib-comp.m4 130 gl_WCHAR_MODULE_INDICATOR([wctob])
349 lib/wctob.c
442 m4/wctob.m4
  /ndk/sources/host-tools/sed-4.2.1/lib/
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...]
wctob.c 27 wctob (wint_t wc) 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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cwchar 128 #undef wctob
195 using ::wctob;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cwchar 126 #undef wctob
199 using ::wctob;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cwchar 126 #undef wctob
199 using ::wctob;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cwchar 128 #undef wctob
195 using ::wctob;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cwchar 128 #undef wctob
195 using ::wctob;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cwchar 128 #undef wctob
195 using ::wctob;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cwchar 128 #undef wctob
195 using ::wctob;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cwchar 126 #undef wctob
199 using ::wctob;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cwchar 126 #undef wctob
199 using ::wctob;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cwchar 126 #undef wctob
199 using ::wctob;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cwchar 126 #undef wctob
199 using ::wctob;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cwchar 124 #undef wctob
197 using ::wctob;
  /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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
locale_win32.cpp 81 return wctob( c );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar 92 int wctob(wint_t c);
207 using ::wctob;
  /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;

Completed in 789 milliseconds

1 2 3 4 5 6 7 8 91011>>