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

  /external/libcxx/include/support/win32/
locale_win32.h 95 #define iswlower_l _iswlower_l
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 95 #define iswlower_l _iswlower_l
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 95 #define iswlower_l _iswlower_l
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 148 _CRTIMP int __cdecl _iswlower_l(wint_t _C,_locale_t _Locale);
239 #define _iswlower_l(_c,_p) (_iswctype_l(_c,_LOWER,_p)) macro
wchar.h 227 _CRTIMP int __cdecl _iswlower_l(wint_t _C,_locale_t _Locale);
346 #define _iswlower_l(_c,_p) (_iswctype_l(_c,_LOWER,_p)) macro
    [all...]
tchar.h 428 #define _istlower_l _iswlower_l

Completed in 264 milliseconds