Searched refs:mbstate (Results 1 – 4 of 4) sorted by relevance
/external/bison/lib/ |
D | mbswidth.c | 148 mbstate_t mbstate; in mbsnwidth() local 149 memset (&mbstate, 0, sizeof mbstate); in mbsnwidth() 156 bytes = mbrtowc (&wc, p, plimit - p, &mbstate); in mbsnwidth() 201 while (! mbsinit (&mbstate)); in mbsnwidth()
|
D | quotearg.c | 418 mbstate_t mbstate; in quotearg_buffer_restyled() local 419 memset (&mbstate, 0, sizeof mbstate); in quotearg_buffer_restyled() 430 argsize - (i + m), &mbstate); in quotearg_buffer_restyled() 471 while (! mbsinit (&mbstate)); in quotearg_buffer_restyled()
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 4781 * cwchar, wchar.h, stl/_cwchar.h: fix access to mbstate and wint_t 7418 * stl_sunpro.h : fixed mbstate definition for SUN 4.2 (thanks lengzq)
|
/external/bison/ |
D | ChangeLog | 14358 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
|