Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
H A Dclassic_table.pass.cpp23 assert(F::classic_table() != 0); in main()
27 const mask *p = F::classic_table(); in main()
/llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A Dtable.pass.cpp26 assert(f.table() == f.classic_table()); in main()
/llvm-project-15.0.7/libcxx/src/
H A Dlocale.cpp861 return isascii(c) ? (ctype<char>::classic_table()[c] & m) != 0 : false; in do_is()
869 ctype<char>::classic_table()[*low] : 0); in do_is()
877 if (isascii(*low) && (ctype<char>::classic_table()[*low] & m)) in do_scan_is()
886 if (!(isascii(*low) && (ctype<char>::classic_table()[*low] & m))) in do_scan_not()
995 __tab_ = classic_table(); in ctype()
1111 ctype<char>::classic_table() noexcept in classic_table() function in ctype
1191 ctype<char>::classic_table() noexcept in classic_table() function in ctype
1219 # warning ctype<char>::classic_table() is not implemented in classic_table()
1392 *vec = static_cast<mask>(ctype<char>::classic_table()[*low]); in do_is()
/llvm-project-15.0.7/libcxx/include/
H A D__locale761 static const mask* classic_table() _NOEXCEPT;