Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
DiCtype.c220 const UINT8 _C_ToUpperTable[128] = { variable
294 const UINT8 *_uConvT = _C_ToUpperTable;
307 _uConvT = _C_ToUpperTable; in __set_C_locale()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
D_ctype.h66 extern const UINT8 _C_ToUpperTable[];
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dsetlocale.c261 if (_uConvT != _C_ToUpperTable) { in revert_to_default()
264 _uConvT = _C_ToUpperTable; in revert_to_default()
Dctypeio.c121 if (_uConvT != _C_ToUpperTable) in __loadctype()