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

1 2 3 4 5 6

  /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...]
  /prebuilts/ndk/r11/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
  /prebuilts/ndk/r13/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
  /bionic/libc/upstream-openbsd/lib/libc/string/
wcswidth.c 41 q = wcwidth(*s);
  /external/libcxx/include/support/solaris/
wchar.h 26 #define wcwidth sun_wcwidth macro
46 #undef wcwidth macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/solaris/
wchar.h 26 #define wcwidth sun_wcwidth macro
46 #undef wcwidth macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/solaris/
wchar.h 26 #define wcwidth sun_wcwidth macro
46 #undef wcwidth macro
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 26 #define wcwidth sun_wcwidth macro
46 #undef wcwidth macro
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 26 #define wcwidth sun_wcwidth macro
46 #undef wcwidth macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/solaris/
wchar.h 26 #define wcwidth sun_wcwidth macro
46 #undef wcwidth macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
iswctype_sb.c 156 #undef wcwidth macro
159 wcwidth(wchar_t c) function
  /external/toybox/toys/posix/
paste.c 89 if (!(dlen = wcwidth(wc))) continue;
  /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...]
  /development/ndk/platforms/android-9/include/
wchar.h 134 extern int wcwidth(wchar_t);
  /external/openssh/openbsd-compat/
openbsd-compat.h 234 # define wcwidth(x) (((x) >= 0x20 && (x) <= 0x7e) ? 1 : -1) macro
  /external/toybox/lib/
portability.h 72 // http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcwidth.html
74 int wcwidth(wchar_t wc);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
wchar.h 134 extern int wcwidth(wchar_t);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
wchar.h 134 extern int wcwidth(wchar_t);
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
wchar.h 134 extern int wcwidth(wchar_t);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
wchar.h 134 extern int wcwidth(wchar_t);
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
wchar.h 134 extern int wcwidth(wchar_t);

Completed in 1239 milliseconds

1 2 3 4 5 6