HomeSort by relevance Sort by last modified time
    Searched refs:wcswidth (Results 1 - 5 of 5) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/string/
wcswidth.c 1 /* $OpenBSD: wcswidth.c,v 1.5 2015/09/12 16:23:14 guenther Exp $ */
2 /* $NetBSD: wcswidth.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */
29 * citrus Id: wcswidth.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp
35 wcswidth(const wchar_t *s, size_t n) function
51 DEF_WEAK(wcswidth); variable
  /external/libcxx/include/support/solaris/
wchar.h 25 #define wcswidth sun_wcswidth macro
45 #undef wcswidth macro
  /bionic/tests/headers/posix/
wchar_h.c 110 FUNCTION(wcswidth, int (*f)(const wchar_t*, size_t));
  /bionic/libc/include/
wchar.h 109 int wcswidth(const wchar_t* __s, size_t __n);
  /external/e2fsprogs/misc/
badblocks.c 239 len = wcswidth(wline_buf, sizeof(line_buf));
    [all...]

Completed in 421 milliseconds