Home | History | Annotate | Download | only in src

Lines Matching defs:__err_code

46   int __err_code;
48 _M_ctype = _STLP_PRIV __acquire_ctype(name, buf, 0, &__err_code);
50 locale::_M_throw_on_creation_failure(__err_code, name, "ctype");
117 int __err_code;
119 _M_ctype = _STLP_PRIV __acquire_ctype(name, buf, 0, &__err_code);
121 locale::_M_throw_on_creation_failure(__err_code, name, "ctype");
189 int __err_code;
191 _M_collate = _STLP_PRIV __acquire_collate(name, buf, 0, &__err_code);
193 locale::_M_throw_on_creation_failure(__err_code, name, "collate");
236 int __err_code;
238 _M_collate = _STLP_PRIV __acquire_collate(name, buf, 0, &__err_code);
240 locale::_M_throw_on_creation_failure(__err_code, name, "collate");
295 int __err_code;
297 _M_codecvt = _STLP_PRIV __acquire_codecvt(name, buf, 0, &__err_code);
299 locale::_M_throw_on_creation_failure(__err_code, name, "ctype");
435 int __err_code;
437 _M_numeric = _STLP_PRIV __acquire_numeric(name, buf, 0, &__err_code);
439 locale::_M_throw_on_creation_failure(__err_code, name, "numpunct");
476 int __err_code;
478 _M_numeric = _STLP_PRIV __acquire_numeric(name, buf, 0, &__err_code);
480 locale::_M_throw_on_creation_failure(__err_code, name, "numpunct");
867 int __err_code;
869 _M_monetary = _STLP_PRIV __acquire_monetary(name, buf, 0, &__err_code);
871 locale::_M_throw_on_creation_failure(__err_code, name, "moneypunct");
911 int __err_code;
913 _M_monetary = _STLP_PRIV __acquire_monetary(name, buf, 0, &__err_code);
915 locale::_M_throw_on_creation_failure(__err_code, name, "moneypunct");
960 int __err_code;
962 _M_monetary = _STLP_PRIV __acquire_monetary(name, buf, 0, &__err_code);
964 locale::_M_throw_on_creation_failure(__err_code, name, "moneypunct");
1016 int __err_code;
1018 _M_monetary = _STLP_PRIV __acquire_monetary(name, buf, 0, &__err_code);
1020 locale::_M_throw_on_creation_failure(__err_code, name, "moneypunct");