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

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
_ctype.h 66 extern const UINT8 _C_ToUpperTable[];
  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
iCtype.c 220 const UINT8 _C_ToUpperTable[128] = {
294 const UINT8 *_uConvT = _C_ToUpperTable;
307 _uConvT = _C_ToUpperTable;
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
setlocale.c 261 if (_uConvT != _C_ToUpperTable) {
264 _uConvT = _C_ToUpperTable;
ctypeio.c 121 if (_uConvT != _C_ToUpperTable)

Completed in 149 milliseconds