Searched refs:_S_upper (Results 1 - 1 of 1) sorted by relevance

/external/stlport/src/
H A Dctype.cpp195 // For every c in the range 0 <= c < 256, _S_upper[c] is the
200 const unsigned char _S_upper[ctype<char>::table_size] = variable
342 { return (char) _S_upper[(unsigned char) __c]; }
348 *__low = (char) _S_upper[(unsigned char) *__low];
425 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
433 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]

Completed in 67 milliseconds