HomeSort by relevance Sort by last modified time
    Searched refs:_ispunct_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 115 _CRTIMP int __cdecl _ispunct_l(int _C,_locale_t _Locale);
210 #define _ispunct_l(_Char,_Locale) _ischartype_l(_Char,_PUNCT,_Locale) macro
tchar.h 1058 #define _istpunct_l _ispunct_l

Completed in 229 milliseconds