Home
last modified time | relevance | path

Searched refs:wcwidth (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dwchar.h26 #define wcwidth sun_wcwidth macro
46 #undef wcwidth
/ndk/sources/android/support/src/musl-ctype/
Dwcswidth.c6 for (; n-- && *wcs && (k = wcwidth(*wcs)) >= 0; l+=k, wcs++); in wcswidth()
Dwcwidth.c11 int wcwidth(wchar_t wc) in wcwidth() function
/ndk/sources/android/support/include/
Dwchar.h203 int wcwidth (wchar_t);
/ndk/sources/android/support/
DAndroid.mk48 src/musl-ctype/wcwidth.c \