Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp720 return std::__libcpp_isascii(c) ? (ctype<char>::classic_table()[c] & m) != 0 : false; in do_is()
725 *vec = static_cast<mask>(std::__libcpp_isascii(*low) ? ctype<char>::classic_table()[*low] : 0); in do_is()
731 if (std::__libcpp_isascii(*low) && (ctype<char>::classic_table()[*low] & m)) in do_scan_is()
738 if (!(std::__libcpp_isascii(*low) && (ctype<char>::classic_table()[*low] & m))) in do_scan_not()
791 __tab_ = classic_table(); in ctype()
845 const ctype<char>::mask* ctype<char>::classic_table() noexcept { in classic_table() function in ctype
925 const ctype<char>::mask* ctype<char>::classic_table() noexcept { in classic_table() function in ctype
950 # warning ctype<char>::classic_table() is not implemented in classic_table()
1060 *vec = static_cast<mask>(ctype<char>::classic_table()[*low]); in do_is()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__locale584 static const mask* classic_table() _NOEXCEPT;
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale591 static const mask* classic_table() _NOEXCEPT;