Lines Matching refs:__hi
215 string_type transform(const char_type* __lo, const char_type* __hi) const
217 return do_transform(__lo, __hi);
221 long hash(const char_type* __lo, const char_type* __hi) const
223 return do_hash(__lo, __hi);
232 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const
233 {return string_type(__lo, __hi);}
234 virtual long do_hash(const char_type* __lo, const char_type* __hi) const;
261 collate<_CharT>::do_hash(const char_type* __lo, const char_type* __hi) const
266 for(const char_type* __p = __lo; __p != __hi; ++__p)
298 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const;
318 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const;