Searched refs:ct_mbstowcs (Results 1 – 3 of 3) sorted by relevance
/external/libedit/src/ |
D | chartype.h | 72 #define ct_mbstowcs mbstowcs macro 126 #define ct_mbstowcs(a, b, c) (strncpy(a, b, c), strlen(a)) macro
|
D | chartype.c | 123 len = ct_mbstowcs(NULL, s, (size_t)0); in ct_decode_string() 130 ct_mbstowcs(conv->wbuff, s, conv->wsize); in ct_decode_string()
|
D | vi.c | 1053 len = ct_mbstowcs(el->el_line.buffer, cp, len); in vi_histedit()
|