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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 117 _CRTIMP int __cdecl _isalnum_l(int _C,_locale_t _Locale);
211 #define _isalnum_l(_Char,_Locale) _ischartype_l(_Char,_ALPHA|_DIGIT,_Locale) macro
256 #define _iscsym_l(_c,_p) (_isalnum_l(_c,_p) || ((_c)=='_'))
tchar.h 1046 #define _istalnum_l _isalnum_l

Completed in 6225 milliseconds