| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
| collate_members.cc | 1 // std::collate implementation details, generic version -*- C++ -*- 26 // ISO C++ 14882: 22.2.4.1.2 collate virtual functions 42 collate<char>::_M_compare(const char* __one, 51 collate<char>::_M_transform(char* __to, const char* __from, 58 collate<wchar_t>::_M_compare(const wchar_t* __one, 67 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from,
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| collate_members.cc | 1 // std::collate implementation details, GNU version -*- C++ -*- 26 // ISO C++ 14882: 22.2.4.1.2 collate virtual functions 42 collate<char>::_M_compare(const char* __one, 51 collate<char>::_M_transform(char* __to, const char* __from, 58 collate<wchar_t>::_M_compare(const wchar_t* __one, 67 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
| collate_members.cc | 1 // std::collate implementation details, generic version -*- C++ -*- 26 // ISO C++ 14882: 22.2.4.1.2 collate virtual functions 42 collate<char>::_M_compare(const char* __one, 51 collate<char>::_M_transform(char* __to, const char* __from, 58 collate<wchar_t>::_M_compare(const wchar_t* __one, 67 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| collate_members.cc | 1 // std::collate implementation details, GNU version -*- C++ -*- 26 // ISO C++ 14882: 22.2.4.1.2 collate virtual functions 42 collate<char>::_M_compare(const char* __one, 51 collate<char>::_M_transform(char* __to, const char* __from, 58 collate<wchar_t>::_M_compare(const wchar_t* __one, 67 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from,
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
| collate_members.cc | 1 // std::collate implementation details, DragonFly version -*- C++ -*- 26 // ISO C++ 14882: 22.2.4.1.2 collate virtual functions 43 collate<char>::_M_compare(const char* __one, 52 collate<char>::_M_transform(char* __to, const char* __from, 59 collate<wchar_t>::_M_compare(const wchar_t* __one, 68 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
| collate_members.cc | 1 // std::collate implementation details, DragonFly version -*- C++ -*- 26 // ISO C++ 14882: 22.2.4.1.2 collate virtual functions 43 collate<char>::_M_compare(const char* __one, 52 collate<char>::_M_transform(char* __to, const char* __from, 59 collate<wchar_t>::_M_compare(const wchar_t* __one, 68 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from,
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| cow-locale_init.cc | 37 typedef char fake_collate_c[sizeof(std::collate<char>)] 38 __attribute__ ((aligned(__alignof__(std::collate<char>)))); 67 typedef char fake_wollate_w[sizeof(std::collate<wchar_t>)] 68 __attribute__ ((aligned(__alignof__(std::collate<wchar_t>)))); 106 _M_init_facet_unchecked(new (&collate_c) std::collate<char>(1)); 119 _M_init_facet_unchecked(new (&collate_w) std::collate<wchar_t>(1)); 147 _M_init_facet_unchecked(new std::collate<char>(__cloc)); 159 _M_init_facet_unchecked(new std::collate<wchar_t>(__cloc));
|
| locale-inst.cc | 114 // collate 116 template class collate<C>; 125 INSTANTIATE_FACET_ACCESSORS(collate<C>);
|
| locale_init.cc | 113 typedef char fake_collate_c[sizeof(std::collate<char>)] 114 __attribute__ ((aligned(__alignof__(std::collate<char>)))); 167 typedef char fake_wollate_w[sizeof(std::collate<wchar_t>)] 168 __attribute__ ((aligned(__alignof__(std::collate<wchar_t>)))); 387 &std::collate<char>::id, 389 &std::collate<wchar_t>::id, 454 &std::collate<char>::id, 471 &std::collate<wchar_t>::id, 519 _M_init_facet(new (&collate_c) std::collate<char>(1)); 549 _M_init_facet(new (&collate_w) std::collate<wchar_t>(1)) [all...] |
| localename.cc | 264 _M_init_facet(new std::collate<char>(__cloc)); 280 _M_init_facet(new std::collate<wchar_t>(__cloc)); 368 // of the time and collate categories are swapped vs the
|
| cxx11-shim_facets.cc | 30 // facets (collate, money_get etc.) except that they forward all virtual 265 struct collate_shim : std::collate<_CharT>, __shim 269 // f must point to a type derived from collate<C>[abi:other] 543 return static_cast<const collate<C>*>(f)->compare(lo1, hi1, lo2, hi2); 561 auto* c = static_cast<const collate<C>*>(f); 809 if (which == &std::collate<char>::id) 826 if (which == &std::collate<wchar_t>::id)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| cow-locale_init.cc | 37 typedef char fake_collate_c[sizeof(std::collate<char>)] 38 __attribute__ ((aligned(__alignof__(std::collate<char>)))); 67 typedef char fake_wollate_w[sizeof(std::collate<wchar_t>)] 68 __attribute__ ((aligned(__alignof__(std::collate<wchar_t>)))); 106 _M_init_facet_unchecked(new (&collate_c) std::collate<char>(1)); 119 _M_init_facet_unchecked(new (&collate_w) std::collate<wchar_t>(1)); 146 _M_init_facet_unchecked(new std::collate<char>(__cloc)); 158 _M_init_facet_unchecked(new std::collate<wchar_t>(__cloc));
|
| locale-inst.cc | 113 // collate 115 template class collate<C>; 131 const collate<C>& 132 use_facet<collate<C> >(const locale&); 177 has_facet<collate<C> >(const locale&);
|
| cxx11-shim_facets.cc | 30 // facets (collate, money_get etc.) except that they forward all virtual 265 struct collate_shim : std::collate<_CharT>, __shim 269 // f must point to a type derived from collate<C>[abi:other] 543 return static_cast<const collate<C>*>(f)->compare(lo1, hi1, lo2, hi2); 561 auto* c = static_cast<const collate<C>*>(f); 809 if (which == &std::collate<char>::id) 826 if (which == &std::collate<wchar_t>::id)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| locale_classes.h | 100 * The standard category values are none, ctype, numeric, collate, time, 109 static const category collate = 1L << 2; member in class:locale 113 static const category all = (ctype | numeric | collate | 291 * @brief Compare two strings according to collate. 294 * the collate facet in this locale. One use is to provide the locale to 303 * @return True if collate<_Char> facet compares __s1 < __s2, else false. 349 // collate, ctype, monetary, numeric, time, and messages. These 672 * The collate template uses protected virtual functions to provide 676 * collate facet. 679 class _GLIBCXX_NAMESPACE_CXX11 collate : public locale::face class in inherits:locale::facet 706 collate(size_t __refs = 0) function in class:collate 720 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate [all...] |
| localefwd.h | 169 class collate;
|
| regex_constants.h | 110 _GLIBCXX17_INLINE constexpr syntax_option_type collate = _S_collate; local
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| locale_classes.h | 92 * The standard category values are none, ctype, numeric, collate, time, 101 static const category collate = 1L << 2; member in class:locale 105 static const category all = (ctype | numeric | collate | 270 * @brief Compare two strings according to collate. 273 * the collate facet in this locale. One use is to provide the locale to 282 * @return True if collate<_Char> facet compares __s1 < __s2, else false. 326 // collate, ctype, monetary, numeric, time, and messages. These 641 * The collate template uses protected virtual functions to provide 645 * collate facet. 648 class _GLIBCXX_NAMESPACE_CXX11 collate : public locale::face class in inherits:locale::facet 675 collate(size_t __refs = 0) function in class:collate 689 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate [all...] |
| regex_constants.h | 110 _GLIBCXX17_INLINE constexpr syntax_option_type collate = _S_collate; local
|
| localefwd.h | 169 class collate;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| locale_init.cc | 113 typedef char fake_collate_c[sizeof(std::collate<char>)] 114 __attribute__ ((aligned(__alignof__(std::collate<char>)))); 167 typedef char fake_wollate_w[sizeof(std::collate<wchar_t>)] 168 __attribute__ ((aligned(__alignof__(std::collate<wchar_t>)))); 387 &std::collate<char>::id, 389 &std::collate<wchar_t>::id, 454 &std::collate<char>::id, 471 &std::collate<wchar_t>::id, 519 _M_init_facet(new (&collate_c) std::collate<char>(1)); 549 _M_init_facet(new (&collate_w) std::collate<wchar_t>(1)) [all...] |
| localename.cc | 257 _M_init_facet(new std::collate<char>(__cloc)); 273 _M_init_facet(new std::collate<wchar_t>(__cloc)); 361 // of the time and collate categories are swapped vs the
|
| locale.cc | 64 const locale::category locale::collate; member in class:locale 167 __ret = collate;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| locale.cc | 64 const locale::category locale::collate; member in class:locale 167 __ret = collate;
|
| /src/sys/netinet6/ |
| ip6_mroute.c | 287 static void collate(); 849 collate(&(rte->t)); 929 collate(struct timeval *t) function
|