Searched refs:_C_ToUpperTable (Results 1 – 4 of 4) sorted by relevance
220 const UINT8 _C_ToUpperTable[128] = { variable294 const UINT8 *_uConvT = _C_ToUpperTable;307 _uConvT = _C_ToUpperTable; in __set_C_locale()
66 extern const UINT8 _C_ToUpperTable[];
261 if (_uConvT != _C_ToUpperTable) { in revert_to_default()264 _uConvT = _C_ToUpperTable; in revert_to_default()
121 if (_uConvT != _C_ToUpperTable) in __loadctype()