Searched refs:wcwidth (Results 1 - 14 of 14) sorted by relevance

/external/bison/lib/
H A Dwcwidth.c30 wcwidth (wchar_t wc) function
31 #undef wcwidth macro
43 /* Otherwise, fall back to the system's wcwidth function. */
45 return wcwidth (wc);
H A Dwchar.in.h25 * the declaration of wcwidth().
434 # undef wcwidth
435 # define wcwidth rpl_wcwidth
437 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
438 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
441 /* wcwidth exists but is not declared. */
442 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
444 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
446 _GL_CXXALIASWARN (wcwidth);
448 # undef wcwidth
[all...]
H A Dmbchar.h246 int w = wcwidth (wc);
H A Dgnulib.mk2863 ## begin gnulib module wcwidth
2866 EXTRA_DIST += wcwidth.c
2868 EXTRA_libbison_a_SOURCES += wcwidth.c
2870 ## end gnulib module wcwidth
/external/libcxx/include/support/solaris/
H A Dwchar.h26 #define wcwidth sun_wcwidth macro
46 #undef wcwidth macro
/external/bison/darwin-lib/
H A Dwchar.h26 * the declaration of wcwidth().
746 # undef wcwidth macro
747 # define wcwidth rpl_wcwidth macro
749 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
750 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
753 /* wcwidth exists but is not declared. */
754 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
756 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
758 _GL_CXXALIASWARN (wcwidth); variable
760 # undef wcwidth macro
[all...]
/external/bison/linux-lib/
H A Dwchar.h26 * the declaration of wcwidth().
746 # undef wcwidth
747 # define wcwidth rpl_wcwidth
749 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
750 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
753 /* wcwidth exists but is not declared. */
754 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
756 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
758 _GL_CXXALIASWARN (wcwidth); variable
760 # undef wcwidth macro
[all...]
/external/bison/
H A DAndroid.mk127 lib/wcwidth.c
H A Dconfigure3690 as_fn_append ac_func_list " wcwidth"
7432 # Code from module wcwidth:
33750 for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth ; do
34168 ac_fn_c_check_decl "$LINENO" "wcwidth" "ac_cv_have_decl_wcwidth" "
34169 /* AIX 3.2.5 declares wcwidth in <string.h>. */
34197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether wcwidth works reasonably in UTF-8 locales" >&5
34198 $as_echo_n "checking whether wcwidth works reasonably in UTF-8 locales... " >&6; }
34216 /* AIX 3.2.5 declares wcwidth in <string.h>. */
34231 int wcwidth (int);
34238 if (wcwidth (
[all...]
/external/libedit/src/
H A Dchartype.c270 return wcwidth(c);
H A Dchartype.h115 int w = wcwidth(c);
/external/ltrace/testsuite/ltrace.minor/
H A Dwchar.exp133 i = wcswidth(L"你好") + wcwidth(L'你') + wctob(L'1');;
204 {{^wcwidth\('你'\).*= 2} == 1}
/external/ltrace/
H A Dlens_default.c24 #define _XOPEN_SOURCE /* For wcwidth from wchar.h. */
596 c = wcwidth(wc);
/external/ltrace/etc/
H A Dlibc.so.conf517 int wcwidth(wchar_t);

Completed in 1065 milliseconds