Searched defs:collate_shim (Results 1 – 1 of 1) sorted by relevance
260 struct collate_shim : std::collate<_CharT>, __shim struct262 typedef basic_string<_CharT> string_type;265 collate_shim(const facet* f) : __shim(f) { } in collate_shim() function268 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>; variable476 template class collate_shim<wchar_t>; variable