Searched refs:collate_byname (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/libcxx/src/ |
| D | locale.cpp | 248 install(new collate_byname<char>(name_)); in __imp() 249 install(new collate_byname<wchar_t>(name_)); in __imp() 321 install(new collate_byname<char>(name)); in __imp() 322 install(new collate_byname<wchar_t>(name)); in __imp() 689 collate_byname<char>::collate_byname(const char* n, size_t refs) in collate_byname() function in collate_byname 698 collate_byname<char>::collate_byname(const string& name, size_t refs) in collate_byname() function in collate_byname 707 collate_byname<char>::~collate_byname() in ~collate_byname() 713 collate_byname<char>::do_compare(const char_type* __lo1, const char_type* __hi1, in do_compare() 726 collate_byname<char>::string_type 727 collate_byname<char>::do_transform(const char_type* lo, const char_type* hi) const in do_transform() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | __locale | 345 // template <class CharT> class collate_byname; 347 template <class _CharT> class _LIBCPP_TEMPLATE_VIS collate_byname; 350 class _LIBCPP_TYPE_VIS collate_byname<char> 358 explicit collate_byname(const char* __n, size_t __refs = 0); 359 explicit collate_byname(const string& __n, size_t __refs = 0); 362 ~collate_byname(); 369 class _LIBCPP_TYPE_VIS collate_byname<wchar_t> 377 explicit collate_byname(const char* __n, size_t __refs = 0); 378 explicit collate_byname(const string& __n, size_t __refs = 0); 381 ~collate_byname();
|
| D | locale | 165 template <class charT> class collate_byname;
|
| /freebsd-12-stable/contrib/libstdc++/include/bits/ |
| D | localefwd.h | 145 collate_byname; variable
|
| D | locale_facets.h | 2713 class collate_byname : public collate<_CharT> 2723 collate_byname(const char* __s, size_t __refs = 0) 2735 ~collate_byname() { } in ~collate_byname()
|
| D | locale_facets.tcc | 2654 extern template class collate_byname<char>; 2781 extern template class collate_byname<wchar_t>;
|
| /freebsd-12-stable/contrib/libstdc++/src/ |
| D | locale-inst.cc | 192 template class collate_byname<C>; variable
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | ChangeLog-2003 | 1737 * testsuite/22_locale/collate_byname/1.cc: Derivation tests, move to... 1738 * testsuite/22_locale/collate_byname/named_equivalence.cc: ...here. 6041 * testsuite/22_locale/collate_byname/1.cc: Same. 7070 * testsuite/22_locale/collate_byname/1.cc: New test wrap. 8048 codecvt_members_wchar_t_char.cc moneypunct.cc collate_byname.cc 8135 * 22_locale/collate_byname/1.cc: New.
|
| D | ChangeLog-2002 | 3740 * testsuite/22_locale/collate_byname.cc 4304 * testsuite/22_locale/collate_byname.cc (test01): Replace size4
|
| D | ChangeLog-2001 | 1911 * testsuite/22_locale/collate_byname.cc (test01): Fix. 1941 * testsuite/22_locale/collate_byname.cc: New.
|
| D | ChangeLog-2005 | 3273 * testsuite/22_locale/collate_byname/named_equivalence.cc: Likewise.
|
| D | ChangeLog-2004 | 715 (codecvt_byname, ctype_byname, numpunct_byname, collate_byname,
|