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

1 2 3 4

  /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/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 19 #define iswgraph sun_iswgraph macro
39 #undef iswgraph macro
  /external/libcxx/test/std/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/std/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
  /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/current/sources/android/support/include/
wctype.h 54 int iswgraph(wint_t);
  /prebuilts/ndk/current/sources/cxx-stl/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
  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 95 __inline int (iswgraph)(int c) { return iswctype((unsigned short)(c), _PUNCT|_ALPHA|_DIGIT); } function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
ctype.h 95 __inline int (iswgraph)(int c) { return iswctype((unsigned short)(c), _PUNCT|_ALPHA|_DIGIT); } function
  /development/ndk/platforms/android-3/include/
wchar.h 91 extern int iswgraph(wint_t);
  /development/ndk/platforms/android-8/include/
wchar.h 96 extern int iswgraph(wint_t);
  /development/ndk/platforms/android-9/include/
wchar.h 77 extern int iswgraph(wint_t);
  /external/libcxx/include/support/xlocale/
xlocale.h 94 return iswgraph(c);

Completed in 897 milliseconds

1 2 3 4