Searched refs:iswprint (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Support/
H A DLocaleGeneric.inc12 return iswprint(c);
/external/bison/lib/
H A Dmbswidth.c46 /* 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)
H A Dquotearg.c57 # 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/stl/
H A D_cwctype.h76 using _STLP_VENDOR_CSTD_WFUNC::iswprint;
/external/stlport/stlport/
H A Dctype.h94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT); } function
/external/icu4c/test/perf/charperf/
H A Dcharperf.h151 * iswgraph is not used for testing since it is a subset of iswprint with the
211 * iswgraph is not used for testing since it is a subset of iswprint with the
216 iswprint(ch);
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
H A DUnicodeBrew.cpp49 return !!iswprint(c);
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWinCE.cpp47 return !!iswprint(c);
/external/libxml2/
H A Dtrio.c172 # define iswprint(x) isprint(x) macro
/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c217 if ((mask & _Locale_PRINT) != 0 && iswprint(wc))

Completed in 747 milliseconds