Searched refs:iswlower (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Diswctype_sb.c100 #undef iswlower macro
102 iswlower(wint_t c) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwctype.h24 int iswlower (wint_t);
133 /** Test for any wide character for which iswupper or iswlower is TRUE,
171 /** The iswlower function tests for any wide character that corresponds to a
180 int iswlower (wint_t WC);
292 specified by the current locale, for which iswlower is TRUE, the
303 @return If the argument is a wide character for which iswlower is TRUE
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dwctype.h71 int __cdecl iswlower(wint_t);
H A Dctype.h65 int __cdecl iswlower(wint_t);
H A Dwchar.h245 int __cdecl iswlower(wint_t);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dwctype.h71 int __cdecl iswlower(wint_t);
H A Dctype.h75 int __cdecl iswlower(wint_t);
H A Dwchar.h213 int __cdecl iswlower(wint_t);
/vbox/include/iprt/
H A Duni.h315 return !!iswlower(CodePoint);
329 return iswupper(CodePoint) || iswlower(CodePoint);
/vbox/src/libs/libxml2-2.6.31/
H A Dtrio.c171 # define iswlower(x) islower(x) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h687 #define islower(c) iswlower(btowc(c))
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h700 #define islower(c) iswlower(btowc(c))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h96 #define _istlower WINE_tchar_routine(islower, _ismbcslower,iswlower)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h96 #define _istlower WINE_tchar_routine(islower, _ismbcslower,iswlower)

Completed in 74 milliseconds