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

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
_ctype.h 67 extern const UINT8 _C_ToLowerTable[];
  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
iCtype.c 152 const UINT8 _C_ToLowerTable[128] = {
291 const UINT8 *_lConvT = _C_ToLowerTable;
306 _lConvT = _C_ToLowerTable;
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
setlocale.c 266 if (_lConvT != _C_ToLowerTable) {
269 _lConvT = _C_ToLowerTable;
ctypeio.c 124 if (_lConvT != _C_ToLowerTable)

Completed in 173 milliseconds