Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dwchar.in.h288 # undef wcwidth
289 # define wcwidth rpl_wcwidth
290 extern int wcwidth (wchar_t);
292 # if !defined wcwidth && !@HAVE_DECL_WCWIDTH@
294 extern int wcwidth (int /* actually wchar_t */);
298 # undef wcwidth
299 # define wcwidth(w) \
302 wcwidth (w))
/ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/
Dwchar.h17 #define wcwidth sun_wcwidth macro
37 #undef wcwidth
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dwchar_support.c315 int l = wcwidth(wc); in wcswidth()