Searched defs:mbrtowc (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dmbrtowc.c24 /* Implement mbrtowc() on top of mbtowc(). */
39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) function
114 sequences. But mbrtowc needs to make this distinction.
119 lack mbrtowc(), we use the second approach.
324 /* Override the system's mbrtowc() function. */
326 # undef mbrtowc macro
344 /* Override mbrtowc's internal state. We cannot call mbsinit() on the
356 size_t ret = mbrtowc (&wc, s, 1, ps);
377 size_t ret = mbrtowc (&wc, s, n, ps);
397 return mbrtowc (pw
[all...]
/external/bison/darwin-lib/
H A Dwchar.h440 implementing mbrtowc for encodings like UTF-8. */
531 # undef mbrtowc
532 # define mbrtowc rpl_mbrtowc
534 _GL_FUNCDECL_RPL (mbrtowc, size_t,
536 _GL_CXXALIAS_RPL (mbrtowc, size_t,
540 _GL_FUNCDECL_SYS (mbrtowc, size_t,
543 _GL_CXXALIAS_SYS (mbrtowc, size_t,
546 _GL_CXXALIASWARN (mbrtowc); variable
548 # undef mbrtowc macro
550 _GL_WARN_ON_USE (mbrtowc, "mbrtow
[all...]
/external/bison/linux-lib/
H A Dwchar.h440 implementing mbrtowc for encodings like UTF-8. */
531 # undef mbrtowc
532 # define mbrtowc rpl_mbrtowc
534 _GL_FUNCDECL_RPL (mbrtowc, size_t,
536 _GL_CXXALIAS_RPL (mbrtowc, size_t,
540 _GL_FUNCDECL_SYS (mbrtowc, size_t,
543 _GL_CXXALIAS_SYS (mbrtowc, size_t,
546 _GL_CXXALIASWARN (mbrtowc); variable
548 # undef mbrtowc macro
550 _GL_WARN_ON_USE (mbrtowc, "mbrtow
[all...]

Completed in 179 milliseconds