Searched defs:isupper (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dctype.h13 #define isupper(c) ((c) >= 'A' && (c) <= 'Z') macro
18 if (isupper(c))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dctype.h45 /** The isalpha function tests for any character for which isupper or islower
49 characters for which isupper or islower is true.
143 /** The isupper function tests for any character that is an uppercase letter or
145 isdigit, ispunct, or isspace is true. In the "C" locale, isupper returns
153 int isupper(int c);
193 @return If the argument is a character for which isupper is true and
209 the current locale, for which isupper is true, the toupper
233 #define isupper(c) (__isCClass( (int)c, (_CU))) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Ctype/
H A DCClass.c55 /** The isalpha function tests for any character for which isupper or islower
59 characters for which isupper or islower is true.
190 /** The isupper function tests for any character that is an uppercase letter or
192 isdigit, ispunct, or isspace is true. In the "C" locale, isupper returns
201 isupper( function
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h690 #undef isupper macro
691 #define isupper(c) iswupper(btowc(c)) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h703 #undef isupper macro
704 #define isupper(c) iswupper(btowc(c)) macro
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c194 int isupper (int c) function
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h287 #undef isupper macro
288 #define isupper(i) xf86isupper(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h325 #undef isupper macro
326 #define isupper(i) xf86isupper(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h325 #undef isupper macro
326 #define isupper(i) xf86isupper(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h331 #undef isupper macro
332 #define isupper(i) xf86isupper(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h331 #undef isupper macro
332 #define isupper(i) xf86isupper(i) macro

Completed in 76 milliseconds