Lines Matching refs:__hi
259 string_type transform(const char_type* __lo, const char_type* __hi) const
261 return do_transform(__lo, __hi);
265 long hash(const char_type* __lo, const char_type* __hi) const
267 return do_hash(__lo, __hi);
276 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const
277 {return string_type(__lo, __hi);}
278 virtual long do_hash(const char_type* __lo, const char_type* __hi) const;
305 collate<_CharT>::do_hash(const char_type* __lo, const char_type* __hi) const
310 for(const char_type* __p = __lo; __p != __hi; ++__p)
342 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const;
362 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const;