Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dctype.cpp283 static bool in_range(wchar_t c, size_t upperBound) { in in_range() function
291 static bool in_range(wchar_t c, size_t upperBound) { in in_range() function
385 { return _WCharIndex::in_range(c, ctype<char>::table_size) && (table[c] & M); } in operator ()()
396 return _WCharIndex::in_range(c, ctype<char>::table_size) && (m & table[c]); in do_is()
406 *vec = _WCharIndex::in_range(c, ctype<char>::table_size) ? table[c] : ctype_base::mask(0); in do_is()
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()
440 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_lower[c] in do_tolower()
448 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_lower[c] in do_tolower()