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

  /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...]
  /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 );
  /bionic/libc/include/
wchar.h 143 extern int wctob(wint_t);
  /development/ndk/platforms/android-L/include/
wchar.h 143 extern int wctob(wint_t);
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 133 i = wcswidth(L"??") + wcwidth(L'?') + wctob(L'1');;
205 {{^wctob\('1'\).*= 49} == 1}
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c 447 if (wctob(*wcp) != EOF &&
448 !ccltab[wctob(*wcp)]) {
  /external/libcxx/src/support/solaris/
xlocale.c 41 return __l->lc_ctype->cmapp->core.user_api->wctob(__l->lc_ctype->cmapp, __c);
  /external/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 97 static_assert((std::is_same<decltype(wctob(w)), int>::value), "");
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 102 static_assert((std::is_same<decltype(std::wctob(w)), int>::value), "");
  /external/ltrace/etc/
libc.so.conf 522 int wctob(wint_t);
  /bionic/libc/
Android.mk 366 upstream-openbsd/lib/libc/locale/wctob.c \
    [all...]
  /external/bison/
configure     [all...]

Completed in 1222 milliseconds