Searched refs:wctob (Results 1 - 11 of 11) sorted by relevance

/external/bison/lib/
H A Dwchar.in.h168 # 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/
H A Dwchar.h480 # 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/
H A Dwchar.h480 # 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/libcxx/src/support/win32/
H A Dlocale_win32.cpp80 return wctob( c );
/external/stlport/stlport/stl/
H A D_cwchar.h88 extern int wctob();
298 using _STLP_VENDOR_CSTD::wctob;
/external/ltrace/testsuite/ltrace.minor/
H A Dwchar.exp133 i = wcswidth(L"你好") + wcwidth(L'你') + wctob(L'1');;
205 {{^wctob\('1'\).*= 49} == 1}
/external/libcxx/src/support/solaris/
H A Dxlocale.c41 return __l->lc_ctype->cmapp->core.user_api->wctob(__l->lc_ctype->cmapp, __c);
/external/libcxx/test/depr/depr.c.headers/
H A Dwchar_h.pass.cpp97 static_assert((std::is_same<decltype(wctob(w)), int>::value), "");
/external/libcxx/test/strings/c.strings/
H A Dcwchar.pass.cpp102 static_assert((std::is_same<decltype(std::wctob(w)), int>::value), "");
/external/ltrace/etc/
H A Dlibc.so.conf522 int wctob(wint_t);
/external/bison/
H A Dconfigure33750 for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth ; do

Completed in 1912 milliseconds