Searched refs:_C_ToLowerTable (Results 1 – 4 of 4) sorted by relevance
152 const UINT8 _C_ToLowerTable[128] = { variable291 const UINT8 *_lConvT = _C_ToLowerTable;306 _lConvT = _C_ToLowerTable; in __set_C_locale()
67 extern const UINT8 _C_ToLowerTable[];
266 if (_lConvT != _C_ToLowerTable) { in revert_to_default()269 _lConvT = _C_ToLowerTable; in revert_to_default()
124 if (_lConvT != _C_ToLowerTable) in __loadctype()