Searched defs:wcwidth (Results 1 - 4 of 4) 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);
/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...]

Completed in 156 milliseconds