Searched defs:iswpunct (Results 1 - 5 of 5) sorted by relevance

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
H A Dctype.h92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); } function
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
H A Dctype.h92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); } function
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
H A Dctype.h92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); } function
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
H A Dctype.h92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); } function
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
H A Dctype.h92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); } function

Completed in 349 milliseconds