Searched refs:c16rtomb (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/lib/libc/locale/
H A Dc16rtomb_iconv.c3 #define cXXrtomb c16rtomb
H A Dc16rtomb.c48 ps = &locale->c16rtomb;
77 c16rtomb(char * __restrict s, char16_t c16, mbstate_t * __restrict ps) function
H A Dxlocale_private.h124 /** Persistent state used by c16rtomb() calls. */
125 __mbstate_t c16rtomb; member in struct:_xlocale
H A DSymbol.map202 c16rtomb;
/freebsd-10.1-release/tools/regression/lib/libc/locale/
H A Dtest-c16rtomb.c30 * Test program for c16rtomb() as specified by ISO/IEC 9899:2011.
58 * c16rtomb() resets its internal state.
60 assert(c16rtomb(NULL, L'\0', NULL) == 1);
61 assert(c16rtomb(NULL, 0xdc00, NULL) == 1);
66 assert(c16rtomb(buf, 0, &s) == 1);
70 assert(c16rtomb(NULL, L'\0', NULL) == 1);
71 assert(c16rtomb(NULL, L'A', NULL) == 1);
76 assert(c16rtomb(buf, L'A', &s) == 1);
82 assert(c16rtomb(buf, 0xd83d, &s) == 0);
83 assert(c16rtomb(bu
[all...]
H A DMakefile18 test-c16rtomb \
/freebsd-10.1-release/include/
H A Duchar.h56 size_t c16rtomb(char * __restrict, char16_t, mbstate_t * __restrict);

Completed in 64 milliseconds