Home
last modified time | relevance | path

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

/external/stlport/src/
Dctype.cpp200 const unsigned char _S_upper[ctype<char>::table_size] = variable
342 { return (char) _S_upper[(unsigned char) __c]; } in do_toupper()
348 *__low = (char) _S_upper[(unsigned char) *__low]; in do_toupper()
425 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c] in do_toupper()
433 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c] in do_toupper()
/external/stlport/etc/
DChangeLog-5.14425 _S_upper, _S_lower, _S_classic_table removed from the definition and hiden