Searched refs:__mbrtowc (Results 1 - 15 of 15) sorted by path

/haiku/src/system/libroot/posix/glibc/iconv/
H A Dgconv_simple.c125 = __mbrtowc((wchar_t*)outptr, (const char*)inptr, inLen, state); \
/haiku/src/system/libroot/posix/glibc/include/
H A Dwchar.h18 extern size_t __mbrtowc (wchar_t *__restrict __pwc,
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c333 if (__mbrtowc (&wc, (const char *) buf, p - buf,
393 if (__mbrtowc (NULL, (char *) &c, 1, &mbs) == (size_t) -2)
H A Dregex_internal.c233 mbclen = __mbrtowc (&wc, p, remain_len, &pstr->cur_state);
303 mbclen = __mbrtowc (&wc,
373 mbclen = __mbrtowc (&wc, p, remain_len, &pstr->cur_state);
495 mbclen = __mbrtowc (&wc, (const char *) pstr->raw_mbs + rawbuf_idx,
738 mbclen = __mbrtowc (&wc2, (const char *) p, mlen,
H A Dregex_internal.h119 # define __mbrtowc mbrtowc macro
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c772 n = __mbrtowc (!(flags & SUPPRESS) ? wstr : NULL,
1069 n = __mbrtowc (!(flags & SUPPRESS) ? wstr : NULL,
2095 n = __mbrtowc (wstr, buf, 1, &cstate);
/haiku/src/system/libroot/posix/
H A Dglob.c203 clen = __mbrtowc(&wc, patnext, MB_LEN_MAX, &mbs);
223 clen = __mbrtowc(&wc, patnext, MB_LEN_MAX, &mbs);
665 clen = __mbrtowc(&wc, sc, MB_LEN_MAX, &mbs);
/haiku/headers/private/libroot/
H A Dwchar_private.h22 extern size_t __mbrtowc(wchar_t *dest, const char *src, size_t srcLength,
/haiku/src/system/libroot/posix/wchar/
H A Dbtowc.c23 int byteCount = __mbrtowc(&wc, &character, 1, &internalMbState);
H A Dmblen.c23 rval = __mbrtowc(NULL, s, n, &internalMbState);
H A Dmbrlen.c17 return __mbrtowc(NULL, s, n, ps);
H A Dmbrtowc.cpp28 __mbrtowc(wchar_t* pwc, const char* s, size_t n, mbstate_t* ps) function
36 return __mbrtowc(NULL, "", 1, ps);
92 B_DEFINE_WEAK_ALIAS(__mbrtowc, mbrtowc);
H A Dmbtowc.c17 int result = __mbrtowc(pwc, s, n, &internalMbState);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c824 void __mbrtowc() {} function
H A Dlibroot_stubs_legacy.c663 void __mbrtowc() {} function

Completed in 129 milliseconds