HomeSort by relevance Sort by last modified time
    Searched defs:wcwidth (Results 1 - 8 of 8) sorted by null

  /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);
  /ndk/sources/android/support/src/musl-ctype/
wcwidth.c 11 int wcwidth(wchar_t wc) function
  /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/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 26 #define wcwidth sun_wcwidth macro
46 #undef wcwidth macro
  /bionic/libc/bionic/
wctype.cpp 109 int wcwidth(wchar_t wc) { function
  /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...]

Completed in 245 milliseconds