HomeSort by relevance Sort by last modified time
    Searched full:wcwidth (Results 1 - 25 of 329) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/m4/
wcwidth.m4 0 # wcwidth.m4 serial 23
12 dnl Persuade glibc <wchar.h> to declare wcwidth().
19 AC_CHECK_FUNCS_ONCE([wcwidth])
21 AC_CHECK_DECLS([wcwidth], [], [], [[
22 /* AIX 3.2.5 declares wcwidth in <string.h>. */
39 dnl On Mac OS X 10.3, wcwidth(0x0301) (COMBINING ACUTE ACCENT) returns 1.
40 dnl On OpenBSD 5.0, wcwidth(0x05B0) (HEBREW POINT SHEVA) returns 1.
41 dnl On OSF/1 5.1, wcwidth(0x200B) (ZERO WIDTH SPACE) returns 1.
43 AC_CACHE_CHECK([whether wcwidth works reasonably in UTF-8 locales],
49 /* AIX 3.2.5 declares wcwidth in <string.h>. *
    [all...]
  /ndk/sources/android/support/src/musl-ctype/
wcswidth.c 6 for (; n-- && *wcs && (k = wcwidth(*wcs)) >= 0; l+=k, wcs++);
wcwidth.c 11 int wcwidth(wchar_t wc) function
  /external/bison/lib/
wcwidth.c 30 wcwidth (wchar_t wc) function
31 #undef wcwidth macro
43 /* Otherwise, fall back to the system's wcwidth function. */
45 return wcwidth (wc);
wchar.in.h 25 * 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...]
mbswidth.c 32 /* Get mbstate_t, mbrtowc(), mbsinit(), wcwidth(). */
136 w = wcwidth (wc);
  /ndk/sources/host-tools/sed-4.2.1/lib/
wchar.in.h 28 * the declaration of wcwidth().
288 # undef wcwidth
289 # define wcwidth rpl_wcwidth
290 extern int wcwidth (wchar_t);
292 # if !defined wcwidth && !@HAVE_DECL_WCWIDTH@
293 /* wcwidth exists but is not declared. */
294 extern int wcwidth (int /* actually wchar_t */);
298 # undef wcwidth
299 # define wcwidth(w) \
300 (GL_LINK_WARNING ("wcwidth is unportable - "
    [all...]
  /external/libcxx/include/support/solaris/
wchar.h 26 #define wcwidth sun_wcwidth macro
46 #undef wcwidth macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 26 #define wcwidth sun_wcwidth macro
46 #undef wcwidth macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 26 #define wcwidth sun_wcwidth macro
46 #undef wcwidth macro
  /bionic/libc/upstream-openbsd/lib/libc/string/
wcswidth.c 41 q = wcwidth(*s);
  /external/bison/darwin-lib/
wchar.h 26 * 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/
wchar.h 26 * 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...]
  /bionic/libc/bionic/
wctype.cpp 109 int wcwidth(wchar_t wc) { function
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 133 i = wcswidth(L"??") + wcwidth(L'?') + wctob(L'1');;
204 {{^wcwidth\('?'\).*= 2} == 1}
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /bionic/libc/include/
wchar.h 145 extern int wcwidth(wchar_t);
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 924 wcwidth
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 918 wcwidth
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 921 wcwidth
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 915 wcwidth
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 919 wcwidth
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 913 wcwidth

Completed in 1886 milliseconds

1 2 3 4 5 6 7 8 91011>>