Lines Matching defs:do_widen

277        *  ctype<char_type>::do_widen(c).
287 { return this->do_widen(__c); }
294 * ctype<char_type>::do_widen(c).
306 { return this->do_widen(__lo, __hi, __to); }
504 * do_widen() is a hook for a derived facet to change the behavior of
505 * widening. do_widen() must always return the same result for the
515 do_widen(char __c) const = 0;
523 * do_widen() is a hook for a derived facet to change the behavior of
524 * widening. do_widen() must always return the same result for the
536 do_widen(const char* __lo, const char* __hi, char_type* __to) const = 0;
648 do_widen(char __c) const;
651 do_widen(const char* __lo, const char* __hi, char_type* __dest) const;
855 * This function works as if it returns ctype<char>::do_widen(c).
856 * do_widen() must always return the same result for the same input.
870 return this->do_widen(__c);
880 * This function works as if it returns ctype<char>::do_widen(c).
881 * do_widen() must always return the same result for the same input.
901 return this->do_widen(__lo, __hi, __to);
1064 * do_widen() is a hook for a derived facet to change the behavior of
1065 * widening. do_widen() must always return the same result for the
1075 do_widen(char __c) const
1085 * do_widen() is a hook for a derived facet to change the behavior of
1086 * widening. do_widen() must always return the same result for the
1098 do_widen(const char* __lo, const char* __hi, char_type* __to) const
1374 * do_widen() is a hook for a derived facet to change the behavior of
1375 * widening. do_widen() must always return the same result for the
1385 do_widen(char __c) const;
1394 * do_widen() is a hook for a derived facet to change the behavior of
1395 * widening. do_widen() must always return the same result for the
1407 do_widen(const char* __lo, const char* __hi, char_type* __to) const;