Home
last modified time | relevance | path

Searched refs:_C_ToLowerTable (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
DiCtype.c152 const UINT8 _C_ToLowerTable[128] = { variable
291 const UINT8 *_lConvT = _C_ToLowerTable;
306 _lConvT = _C_ToLowerTable; in __set_C_locale()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
D_ctype.h67 extern const UINT8 _C_ToLowerTable[];
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dsetlocale.c266 if (_lConvT != _C_ToLowerTable) { in revert_to_default()
269 _lConvT = _C_ToLowerTable; in revert_to_default()
Dctypeio.c124 if (_lConvT != _C_ToLowerTable) in __loadctype()