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

  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 74 __inline int (isdigit)(int c) { return _isctype(c, _DIGIT); }
78 __inline int (isalnum)(int c) { return _isctype(c, _ALPHA|_DIGIT); }
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); }
89 __inline int (iswdigit)(int c) { return iswctype((unsigned short)(c), _DIGIT); }
93 __inline int (iswalnum)(int c) { return iswctype((unsigned short)(c), _ALPHA|_DIGIT); }
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 74 __inline int (isdigit)(int c) { return _isctype(c, _DIGIT); }
78 __inline int (isalnum)(int c) { return _isctype(c, _ALPHA|_DIGIT); }
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); }
89 __inline int (iswdigit)(int c) { return iswctype((unsigned short)(c), _DIGIT); }
93 __inline int (iswalnum)(int c) { return iswctype((unsigned short)(c), _ALPHA|_DIGIT); }
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 93 #define _DIGIT 0x4
137 #define iswdigit(_c) (iswctype(_c,_DIGIT))
141 #define iswalnum(_c) (iswctype(_c,_ALPHA|_DIGIT))
142 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT))
143 #define iswgraph(_c) (iswctype(_c,_PUNCT|_ALPHA|_DIGIT))
152 __CRT_INLINE int __cdecl iswdigit(wint_t _C) {return (iswctype(_C,_DIGIT)); }
156 __CRT_INLINE int __cdecl iswalnum(wint_t _C) {return (iswctype(_C,_ALPHA|_DIGIT)); }
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 86 #define _DIGIT 0x4
207 #define _isdigit_l(_Char,_Locale) _ischartype_l(_Char,_DIGIT,_Locale)
211 #define _isalnum_l(_Char,_Locale) _ischartype_l(_Char,_ALPHA|_DIGIT,_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)
228 #define iswdigit(_c) (iswctype(_c,_DIGIT))
232 #define iswalnum(_c) (iswctype(_c,_ALPHA|_DIGIT))
233 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT))
234 #define iswgraph(_c) (iswctype(_c,_PUNCT|_ALPHA|_DIGIT))
240 #define _iswdigit_l(_c,_p) (_iswctype_l(_c,_DIGIT,_p)
    [all...]
xlocinfo.h 22 #define _DI _DIGIT
wchar.h 208 #define _DIGIT 0x4
334 #define iswdigit(_c) (iswctype(_c,_DIGIT))
338 #define iswalnum(_c) (iswctype(_c,_ALPHA|_DIGIT))
339 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT))
340 #define iswgraph(_c) (iswctype(_c,_PUNCT|_ALPHA|_DIGIT))
347 #define _iswdigit_l(_c,_p) (_iswctype_l(_c,_DIGIT,_p))
351 #define _iswalnum_l(_c,_p) (_iswctype_l(_c,_ALPHA|_DIGIT,_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 477 milliseconds