HomeSort by relevance Sort by last modified time
    Searched refs:_S_lower (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/
ctype.cpp 196 // uppercased version of c and _S_lower[c] is the lowercased
236 const unsigned char _S_lower[ctype<char>::table_size] =
344 { return (char) _S_lower[(unsigned char) __c]; }
353 *__low = (char) _S_lower[(unsigned char) *__low];
440 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_lower[c]
448 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_lower[c]
  /ndk/sources/cxx-stl/stlport/src/
ctype.cpp 196 // uppercased version of c and _S_lower[c] is the lowercased
236 const unsigned char _S_lower[ctype<char>::table_size] =
344 { return (char) _S_lower[(unsigned char) __c]; }
353 *__low = (char) _S_lower[(unsigned char) *__low];
440 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_lower[c]
448 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_lower[c]

Completed in 99 milliseconds