Home
last modified time | relevance | path

Searched defs:collate_shim (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc260 struct collate_shim : std::collate<_CharT>, __shim struct
262 typedef basic_string<_CharT> string_type;
265 collate_shim(const facet* f) : __shim(f) { } in collate_shim() function
268 do_compare(const _CharT* lo1, const _CharT* hi1, in do_compare()
276 do_transform(const _CharT* lo, const _CharT* hi) const in do_transform()
468 template class collate_shim<char>; variable
476 template class collate_shim<wchar_t>; variable