HomeSort by relevance Sort by last modified time
    Searched refs:_isalpha_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 103 _CRTIMP int __cdecl _isalpha_l(int _C,_locale_t _Locale);
204 #define _isalpha_l(_Char,_Locale) _ischartype_l(_Char,_ALPHA,_Locale) macro
255 #define _iscsymf_l(_c,_p) (_isalpha_l(_c,_p) || ((_c)=='_'))
tchar.h 1048 #define _istalpha_l _isalpha_l

Completed in 206 milliseconds