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

1 2 3 4 5 6 7 8 91011>>

  /external/bison/m4/
mbsinit.m4 0 # mbsinit.m4 serial 8
15 AC_CHECK_FUNCS_ONCE([mbsinit])
18 AC_CHECK_DECLS([mbsinit],,, [[
29 dnl On Minix 3.1.8, the system's <wchar.h> declares mbsinit() although
38 dnl On mingw, mbsinit() always returns 1, which is inappropriate for
48 # Prerequisites of lib/mbsinit.c.
mbswidth.m4 13 AC_CHECK_FUNCS_ONCE([isascii mbsinit])
mbrtowc.m4 74 dnl Test whether mbsinit() and mbrtowc() need to be overridden in a way that
77 dnl When this is set to 1, we replace both mbsinit() and mbrtowc(), in order to
85 AC_CHECK_FUNCS_ONCE([mbsinit])
149 if (mbsinit (&state))
272 if (!mbsinit (&state))
279 if (!mbsinit (&state))
  /ndk/sources/android/support/src/musl-multibyte/
mbsinit.c 9 int mbsinit(const mbstate_t *st) function
  /external/bison/lib/
mbsinit.c 30 mbsinit (const mbstate_t *ps) function
37 /* Platforms that lack mbsinit() also lack mbrlen(), mbrtowc(), mbsrtowcs()
54 mbsinit (const mbstate_t *ps) function
wchar.in.h 194 # undef mbsinit
195 # define mbsinit rpl_mbsinit
197 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
198 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
201 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
203 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps));
205 _GL_CXXALIASWARN (mbsinit);
207 # undef mbsinit
209 _GL_WARN_ON_USE (mbsinit, "mbsinit is unportable -
    [all...]
mbswidth.c 32 /* Get mbstate_t, mbrtowc(), mbsinit(), wcwidth(). */
160 while (! mbsinit (&mbstate));
mbuiter.h 147 assert (mbsinit (&iter->state));
182 if (mbsinit (&iter->state))
mbrtowc.c 344 /* Override mbrtowc's internal state. We cannot call mbsinit() on the
349 if (!mbsinit (ps))
  /bionic/tests/
uchar_test.cpp 61 EXPECT_TRUE(mbsinit(&ps));
66 EXPECT_TRUE(mbsinit(&ps));
241 ASSERT_TRUE(mbsinit(ps));
247 ASSERT_TRUE(mbsinit(ps));
255 ASSERT_TRUE(mbsinit(ps));
379 ASSERT_TRUE(mbsinit(ps));
385 ASSERT_TRUE(mbsinit(ps));
391 ASSERT_TRUE(mbsinit(ps));
wchar_test.cpp 107 EXPECT_TRUE(mbsinit(&ps));
112 EXPECT_TRUE(mbsinit(&ps));
313 ASSERT_TRUE(mbsinit(ps));
319 ASSERT_TRUE(mbsinit(ps));
325 ASSERT_TRUE(mbsinit(ps));
  /bionic/libc/bionic/
c16rtomb.cpp 46 if (mbsinit(state)) {
mbrtoc32.cpp 58 if (mbsinit(state) && (((ch = static_cast<uint8_t>(*s)) & ~0x7f) == 0)) {
108 if (!mbsinit(state) && ((*s & 0xc0) != 0x80)) {
c32rtomb.cpp 53 if (!mbsinit(state)) {
wchar.cpp 56 int mbsinit(const mbstate_t* ps) { function
162 if (!mbsinit(state)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cwchar 80 #undef mbsinit
153 using ::mbsinit;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cwchar 80 #undef mbsinit
153 using ::mbsinit;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cwchar 80 #undef mbsinit
153 using ::mbsinit;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cwchar 80 #undef mbsinit
153 using ::mbsinit;
  /external/bison/darwin-lib/
wchar.h 506 # undef mbsinit
507 # define mbsinit rpl_mbsinit
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));
517 _GL_CXXALIASWARN (mbsinit); variable
519 # undef mbsinit macro
521 _GL_WARN_ON_USE (mbsinit, "mbsinit is unportable -
    [all...]
  /external/bison/linux-lib/
wchar.h 506 # undef mbsinit
507 # define mbsinit rpl_mbsinit
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));
517 _GL_CXXALIASWARN (mbsinit); variable
519 # undef mbsinit macro
521 _GL_WARN_ON_USE (mbsinit, "mbsinit is unportable -
    [all...]
  /external/libcxx/include/
cwchar 93 int mbsinit(const mbstate_t* ps);
202 using ::mbsinit;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar 93 int mbsinit(const mbstate_t* ps);
208 using ::mbsinit;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar 93 int mbsinit(const mbstate_t* ps);
208 using ::mbsinit;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 76 extern int mbsinit();
195 using _STLP_VENDOR_MB_NAMESPACE::mbsinit;

Completed in 1432 milliseconds

1 2 3 4 5 6 7 8 91011>>