Searched refs:_CW (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Ctype/ |
D | iCtype.c | 30 /* 09 TAB */ ( _CC | _CW | _CB ), 31 /* 0A LF */ ( _CC | _CW ), 32 /* 0B VT */ ( _CC | _CW ), 33 /* 0C FF */ ( _CC | _CW ), 34 /* 0D CR */ ( _CC | _CW ), 53 /* 20 ' ' */ ( _CW | _CS | _CB ),
|
D | CClass.c | 187 return (__isCClass( c, (_CW))); in isspace()
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | _ctype.h | 33 #define _CW 0x0002U ///< White Space macro
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | ctype.h | 232 #define isspace(c) (__isCClass( (int)c, (_CW)))
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
D | iswctype_sb.c | 189 { "space", (_CW) },
|