Searched refs:_tcscnlen_l (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtchar.h390 #define _tcscnlen_l(_String,_Max_count,_Locale) wcsnlen_l((_String),(_Max_count)) macro
812 #define _tcscnlen_l _mbsnlen_l macro
878 _CRTIMP size_t __cdecl _tcscnlen_l(const char *_Str,size_t _MaxCount,_locale_t _Locale);
1005 #define _tcscnlen_l(_String,_Max_count,_Locale) strnlen_l((_String),(_Max_count)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtchar.h390 #define _tcscnlen_l(_String,_Max_count,_Locale) wcsnlen_l((_String),(_Max_count)) macro
812 #define _tcscnlen_l _mbsnlen_l macro
878 _CRTIMP size_t __cdecl _tcscnlen_l(const char *_Str,size_t _MaxCount,_locale_t _Locale);
1005 #define _tcscnlen_l(_String,_Max_count,_Locale) strnlen_l((_String),(_Max_count)) macro

Completed in 20 milliseconds