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

1 2 3 4 5 6 7 8 9

  /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/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 17 #define wcwidth sun_wcwidth macro
37 #undef wcwidth macro
  /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...]
  /bionic/libc/wchar/
wcswidth.c 51 if ((l = wcwidth(wc)) < 0)
  /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...]
  /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 141 extern int wcwidth(wchar_t);
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 946 wcwidth
  /development/ndk/platforms/android-3/include/
wchar.h 146 extern int wcwidth(wchar_t);
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 985 wcwidth
  /development/ndk/platforms/android-8/include/
wchar.h 153 extern int wcwidth(wchar_t);
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 940 wcwidth
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 934 wcwidth
  /development/ndk/platforms/android-9/include/
wchar.h 134 extern int wcwidth(wchar_t);
  /external/bison/
Android.mk 127 lib/wcwidth.c
  /ndk/sources/android/support/
Android.mk 47 src/musl-ctype/wcwidth.c \
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
wchar.h 139 extern int wcwidth(wchar_t);

Completed in 4319 milliseconds

1 2 3 4 5 6 7 8 9