HomeSort by relevance Sort by last modified time
    Searched refs:_PUNCT (Results 1 - 8 of 8) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 77 __inline int (ispunct)(int c) { return _isctype(c, _PUNCT); }
79 __inline int (isprint)(int c) { return _isctype(c, _BLANK|_PUNCT|_ALPHA|_DIGIT); }
80 __inline int (isgraph)(int c) { return _isctype(c, _PUNCT|_ALPHA|_DIGIT); }
92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); }
94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT); }
95 __inline int (iswgraph)(int c) { return iswctype((unsigned short)(c), _PUNCT|_ALPHA|_DIGIT); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
ctype.h 77 __inline int (ispunct)(int c) { return _isctype(c, _PUNCT); }
79 __inline int (isprint)(int c) { return _isctype(c, _BLANK|_PUNCT|_ALPHA|_DIGIT); }
80 __inline int (isgraph)(int c) { return _isctype(c, _PUNCT|_ALPHA|_DIGIT); }
92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); }
94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT); }
95 __inline int (iswgraph)(int c) { return iswctype((unsigned short)(c), _PUNCT|_ALPHA|_DIGIT); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 96 #define _PUNCT 0x10
140 #define iswpunct(_c) (iswctype(_c,_PUNCT))
142 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT))
143 #define iswgraph(_c) (iswctype(_c,_PUNCT|_ALPHA|_DIGIT))
155 __CRT_INLINE int __cdecl iswpunct(wint_t _C) {return (iswctype(_C,_PUNCT)); }
157 __CRT_INLINE int __cdecl iswprint(wint_t _C) {return (iswctype(_C,_BLANK|_PUNCT|_ALPHA|_DIGIT)); }
158 __CRT_INLINE int __cdecl iswgraph(wint_t _C) {return (iswctype(_C,_PUNCT|_ALPHA|_DIGIT)); }
ctype.h 89 #define _PUNCT 0x10
210 #define _ispunct_l(_Char,_Locale) _ischartype_l(_Char,_PUNCT,_Locale)
212 #define _isprint_l(_Char,_Locale) _ischartype_l(_Char,_BLANK|_PUNCT|_ALPHA|_DIGIT,_Locale)
213 #define _isgraph_l(_Char,_Locale) _ischartype_l(_Char,_PUNCT|_ALPHA|_DIGIT,_Locale)
231 #define iswpunct(_c) (iswctype(_c,_PUNCT))
233 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT))
234 #define iswgraph(_c) (iswctype(_c,_PUNCT|_ALPHA|_DIGIT))
243 #define _iswpunct_l(_c,_p) (_iswctype_l(_c,_PUNCT,_p))
245 #define _iswprint_l(_c,_p) (_iswctype_l(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT,_p))
246 #define _iswgraph_l(_c,_p) (_iswctype_l(_c,_PUNCT|_ALPHA|_DIGIT,_p)
    [all...]
xlocinfo.h 24 #define _PU _PUNCT
wchar.h 211 #define _PUNCT 0x10
337 #define iswpunct(_c) (iswctype(_c,_PUNCT))
339 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT))
340 #define iswgraph(_c) (iswctype(_c,_PUNCT|_ALPHA|_DIGIT))
350 #define _iswpunct_l(_c,_p) (_iswctype_l(_c,_PUNCT,_p))
352 #define _iswprint_l(_c,_p) (_iswctype_l(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT,_p))
353 #define _iswgraph_l(_c,_p) (_iswctype_l(_c,_PUNCT|_ALPHA|_DIGIT,_p))
    [all...]
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8.jar 

Completed in 81 milliseconds