Home | History | Annotate | Download | only in bits

Lines Matching refs:do_widen

278        *  ctype<char_type>::do_widen(c).
288 { return this->do_widen(__c); }
295 * ctype<char_type>::do_widen(c).
307 { return this->do_widen(__lo, __hi, __to); }
505 * do_widen() is a hook for a derived facet to change the behavior of
506 * widening. do_widen() must always return the same result for the
516 do_widen(char) const = 0;
524 * do_widen() is a hook for a derived facet to change the behavior of
525 * widening. do_widen() must always return the same result for the
537 do_widen(const char* __lo, const char* __hi,
649 do_widen(char __c) const;
652 do_widen(const char* __lo, const char* __hi, char_type* __dest) const;
856 * This function works as if it returns ctype<char>::do_widen(c).
857 * do_widen() must always return the same result for the same input.
871 return this->do_widen(__c);
881 * This function works as if it returns ctype<char>::do_widen(c).
882 * do_widen() must always return the same result for the same input.
902 return this->do_widen(__lo, __hi, __to);
1065 * do_widen() is a hook for a derived facet to change the behavior of
1066 * widening. do_widen() must always return the same result for the
1076 do_widen(char __c) const
1086 * do_widen() is a hook for a derived facet to change the behavior of
1087 * widening. do_widen() must always return the same result for the
1099 do_widen(const char* __lo, const char* __hi, char_type* __dest) const
1167 do_widen(__tmp, __tmp + sizeof(__tmp), _M_widen);
1388 * do_widen() is a hook for a derived facet to change the behavior of
1389 * widening. do_widen() must always return the same result for the
1399 do_widen(char) const;
1408 * do_widen() is a hook for a derived facet to change the behavior of
1409 * widening. do_widen() must always return the same result for the
1421 do_widen(const char* __lo, const char* __hi, char_type* __dest) const;