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

  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
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 ),
CClass.c 187 return (__isCClass( c, (_CW)));
  /device/linaro/bootloader/edk2/StdLib/Include/
ctype.h 232 #define isspace(c) (__isCClass( (int)c, (_CW)))
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
_ctype.h 33 #define _CW 0x0002U ///< White Space
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
iswctype_sb.c 189 { "space", (_CW) },

Completed in 74 milliseconds