Searched defs:mbstate_t (Results 1 - 6 of 6) sorted by relevance

/external/stlport/stlport/stl/
H A D_mbstate_t.h20 # define _STLP_CPP_MBSTATE_T /* mbstate_t defined in native <cwchar>, so not defined in C! */
30 # if !defined (__ANDROID__) /* mbstate_t conflicts with Android's definition */
31 typedef int mbstate_t; typedef
37 using ::mbstate_t;
H A Dc_locale.h70 typedef int mbstate_t; typedef
72 typedef char mbstate_t; typedef
/external/stlport/stlport/stl/config/
H A D_sunprocc.h154 typedef __mbstate_t mbstate_t; typedef in namespace:std
156 using std::mbstate_t;
158 typedef __mbstate_t mbstate_t;
/external/bison/darwin-lib/
H A Dwchar.h438 /* Override mbstate_t if it is too small.
439 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
444 # undef mbstate_t macro
445 # define mbstate_t rpl_mbstate_t macro
509 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
510 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
513 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
515 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps));
535 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
537 (wchar_t *pwc, const char *s, size_t n, mbstate_t *p
[all...]
/external/bison/linux-lib/
H A Dwchar.h438 /* Override mbstate_t if it is too small.
439 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
444 # undef mbstate_t macro
445 # define mbstate_t rpl_mbstate_t macro
509 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
510 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
513 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
515 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps));
535 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
537 (wchar_t *pwc, const char *s, size_t n, mbstate_t *p
[all...]
/external/bison/lib/
H A Dconfig.in.h641 /* Define to 1 if <wchar.h> declares mbstate_t. */
2200 #undef mbstate_t macro

Completed in 80 milliseconds