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

  /ndk/sources/host-tools/sed-4.2.1/lib/
wctype.in.h 84 # undef iswprint macro
99 # define iswprint rpl_iswprint macro
150 iswprint (wint_t wc) function
  /external/bison/lib/
mbswidth.c 46 /* Get iswprint(), iswcntrl(). */
50 #if !defined iswprint && !HAVE_ISWPRINT
51 # define iswprint(wc) 1 macro
74 # define wcwidth(wc) ((wc) == 0 ? 0 : iswprint (wc) ? 1 : -1)
quotearg.c 57 # define iswprint(wc) isprint ((unsigned char) (wc)) macro
65 #ifndef iswprint
69 # if !defined iswprint && !HAVE_ISWPRINT
70 # define iswprint(wc) 1 macro
466 if (! iswprint (w))
  /external/stlport/stlport/
ctype.h 94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT); } function
  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
ctype.h 94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
ctype.h 94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
ctype.h 94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
ctype.h 94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT); } function
  /bionic/libc/stdlib/
wchar.c 119 int iswprint(wint_t wc) { return isprint(wc); } function
  /external/libxml2/
trio.c 172 # define iswprint(x) isprint(x) macro
    [all...]

Completed in 172 milliseconds