HomeSort by relevance Sort by last modified time
    Searched refs:iswgraph (Results 1 - 25 of 88) 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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 10 #define iswgraph sun_iswgraph macro
30 #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
  /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), "");
  /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 48 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/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
  /external/stlport/stlport/
ctype.h 95 __inline int (iswgraph)(int c) { return iswctype((unsigned short)(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/5/sources/cxx-stl/stlport/stlport/
ctype.h 95 __inline int (iswgraph)(int c) { return iswctype((unsigned short)(c), _PUNCT|_ALPHA|_DIGIT); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
ctype.h 95 __inline int (iswgraph)(int c) { return iswctype((unsigned short)(c), _PUNCT|_ALPHA|_DIGIT); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
ctype.h 95 __inline int (iswgraph)(int c) { return iswctype((unsigned short)(c), _PUNCT|_ALPHA|_DIGIT); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
ctype.h 95 __inline int (iswgraph)(int c) { return iswctype((unsigned short)(c), _PUNCT|_ALPHA|_DIGIT); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
ctype.h 95 __inline int (iswgraph)(int c) { return iswctype((unsigned short)(c), _PUNCT|_ALPHA|_DIGIT); } function

Completed in 814 milliseconds

1 2 3 4