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

1 2 3 4 5

  /ndk/sources/android/support/src/musl-ctype/
iswgraph.c 3 int iswgraph(wint_t wc) function
iswctype.c 32 return iswgraph(wc);
  /ndk/sources/android/support/src/musl-locale/
iswgraph_l.c 5 return iswgraph(c);
  /external/libcxx/include/support/solaris/
wchar.h 19 #define iswgraph sun_iswgraph macro
39 #undef iswgraph macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 19 #define iswgraph sun_iswgraph macro
39 #undef iswgraph macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 19 #define iswgraph sun_iswgraph macro
39 #undef iswgraph macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
wctype.in.h 82 # undef iswgraph macro
97 # define iswgraph rpl_iswgraph macro
138 iswgraph (wint_t wc) function
  /external/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 39 #ifdef iswgraph
40 #error iswgraph defined
101 static_assert((std::is_same<decltype(iswgraph(w)), int>::value), "");
  /external/libcxx/test/strings/c.strings/
cwctype.pass.cpp 39 #ifdef iswgraph
40 #error iswgraph defined
101 static_assert((std::is_same<decltype(std::iswgraph(w)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 39 #ifdef iswgraph
40 #error iswgraph defined
101 static_assert((std::is_same<decltype(iswgraph(w)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwctype.pass.cpp 39 #ifdef iswgraph
40 #error iswgraph defined
101 static_assert((std::is_same<decltype(std::iswgraph(w)), int>::value), "");
  /bionic/libc/bionic/
wctype.cpp 42 int iswgraph(wint_t wc) { return isgraph(wc); } function
55 int iswgraph_l(wint_t c, locale_t) { return iswgraph(c); }
70 case WC_TYPE_GRAPH: return iswgraph(wc);
  /external/bison/lib/
wctype.in.h 122 # undef iswgraph macro
140 # define iswgraph rpl_iswgraph macro
216 iswgraph
372 _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc));
384 _GL_CXXALIAS_SYS (iswgraph, int, (wint_t wc));
396 _GL_CXXALIASWARN (iswgraph); variable
  /external/stlport/stlport/stl/
_cwctype.h 74 using _STLP_VENDOR_CSTD_WFUNC::iswgraph;
  /ndk/sources/android/support/include/
wctype.h 54 int iswgraph(wint_t);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 74 using _STLP_VENDOR_CSTD_WFUNC::iswgraph;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 74 using _STLP_VENDOR_CSTD_WFUNC::iswgraph;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 74 using _STLP_VENDOR_CSTD_WFUNC::iswgraph;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 74 using _STLP_VENDOR_CSTD_WFUNC::iswgraph;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 74 using _STLP_VENDOR_CSTD_WFUNC::iswgraph;
  /prebuilts/ndk/9/sources/android/support/include/
wctype.h 54 int iswgraph(wint_t);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwctype.h 74 using _STLP_VENDOR_CSTD_WFUNC::iswgraph;
  /external/bison/darwin-lib/
wctype.h 424 # undef iswgraph macro
442 # define iswgraph rpl_iswgraph
518 iswgraph function
674 _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc));
686 _GL_CXXALIAS_SYS (iswgraph, int, (wint_t wc));
698 _GL_CXXALIASWARN (iswgraph); variable
  /external/bison/linux-lib/
wctype.h 424 # undef iswgraph macro
442 # define iswgraph rpl_iswgraph
518 iswgraph function
674 _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc));
686 _GL_CXXALIAS_SYS (iswgraph, int, (wint_t wc));
698 _GL_CXXALIASWARN (iswgraph); variable
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 116 int __cdecl iswgraph(wint_t);
143 #define iswgraph(_c) (iswctype(_c,_PUNCT|_ALPHA|_DIGIT)) macro
158 __CRT_INLINE int __cdecl iswgraph(wint_t _C) {return (iswctype(_C,_PUNCT|_ALPHA|_DIGIT)); } function

Completed in 404 milliseconds

1 2 3 4 5