Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dlocale.cpp248 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__locale345 // 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();
Dlocale165 template <class charT> class collate_byname;
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dlocalefwd.h145 collate_byname; variable
Dlocale_facets.h2713 class collate_byname : public collate<_CharT>
2723 collate_byname(const char* __s, size_t __refs = 0)
2735 ~collate_byname() { } in ~collate_byname()
Dlocale_facets.tcc2654 extern template class collate_byname<char>;
2781 extern template class collate_byname<wchar_t>;
/freebsd-12-stable/contrib/libstdc++/src/
Dlocale-inst.cc192 template class collate_byname<C>; variable
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20031737 * 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.
DChangeLog-20023740 * testsuite/22_locale/collate_byname.cc
4304 * testsuite/22_locale/collate_byname.cc (test01): Replace size4
DChangeLog-20011911 * testsuite/22_locale/collate_byname.cc (test01): Fix.
1941 * testsuite/22_locale/collate_byname.cc: New.
DChangeLog-20053273 * testsuite/22_locale/collate_byname/named_equivalence.cc: Likewise.
DChangeLog-2004715 (codecvt_byname, ctype_byname, numpunct_byname, collate_byname,