Lines Matching refs:__hi
282 string_type transform(const char_type* __lo, const char_type* __hi) const
284 return do_transform(__lo, __hi);
288 long hash(const char_type* __lo, const char_type* __hi) const
290 return do_hash(__lo, __hi);
299 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const
300 {return string_type(__lo, __hi);}
301 virtual long do_hash(const char_type* __lo, const char_type* __hi) const;
328 collate<_CharT>::do_hash(const char_type* __lo, const char_type* __hi) const
333 for(const char_type* __p = __lo; __p != __hi; ++__p)
367 string_type do_transform(const char_type* __lo, const char_type* __hi) const override;
388 string_type do_transform(const char_type* __lo, const char_type* __hi) const override;