Searched refs:table_size (Results 1 – 8 of 8) sorted by relevance
35 static_assert(E::table_size == 256, ""); in test1()38 where(E::table_size); in test1()
27 for (unsigned k = 0; k <= Adaptor::table_size; ++k) in main()
28 for (unsigned k = 0; k <= Adaptor::table_size; ++k) in main()
36 const size_t ctype<char>::table_size; member in ctype<char>45 static const ctype_base::mask _S_classic_table[table_size] = { in classic_table()200 const unsigned char _S_upper[ctype<char>::table_size] =236 const unsigned char _S_lower[ctype<char>::table_size] =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()[all …]
61 for (size_t i = 0; i != table_size; ++i) { in _M_init()
115 _STLP_STATIC_CONSTANT(size_t, table_size = 256);171 mask _M_byname_table[table_size];
621 static const size_t table_size = _CACHED_RUNES;623 static const size_t table_size = 256; // FIXME: Don't hardcode this.
307 static constexpr size_t table_size = k;3263 static _LIBCPP_CONSTEXPR const size_t table_size = __k;3410 _LIBCPP_CONSTEXPR const size_t shuffle_order_engine<_Engine, __k>::table_size;