Home | History | Annotate | Download | only in src

Lines Matching full:__err_code

169     int __err_code;
170 _Locale_ctype *__lct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
172 locale::_M_throw_on_creation_failure(__err_code, name, "ctype");
190 _Locale_ctype *__lwct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
192 locale::_M_throw_on_creation_failure(__err_code, name, "ctype");
201 _Locale_codecvt *__lwcvt = _STLP_PRIV __acquire_codecvt(name, buf, hint, &__err_code);
252 int __err_code;
253 _Locale_numeric *__lpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code);
255 locale::_M_throw_on_creation_failure(__err_code, name, "numpunct");
266 _Locale_numeric *__lwpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code);
269 locale::_M_throw_on_creation_failure(__err_code, name, "numpunct");
312 int __err_code;
313 _Locale_time *__time = _STLP_PRIV __acquire_time(name, buf, hint, &__err_code);
317 if (__err_code == _STLP_LOC_NO_MEMORY) {
367 int __err_code;
368 _Locale_collate *__coll = _STLP_PRIV __acquire_collate(name, buf, hint, &__err_code);
370 if (__err_code == _STLP_LOC_NO_MEMORY) {
383 _Locale_collate *__wcoll = _STLP_PRIV __acquire_collate(name, buf, hint, &__err_code);
385 if (__err_code == _STLP_LOC_NO_MEMORY) {
437 int __err_code;
438 _Locale_monetary *__mon = _STLP_PRIV __acquire_monetary(name, buf, hint, &__err_code);
440 if (__err_code == _STLP_LOC_NO_MEMORY) {
453 _Locale_monetary *__imon = _STLP_PRIV __acquire_monetary(name, buf, hint, &__err_code);
456 if (__err_code == _STLP_LOC_NO_MEMORY) {
469 _Locale_monetary *__wmon = _STLP_PRIV __acquire_monetary(name, buf, hint, &__err_code);
471 if (__err_code == _STLP_LOC_NO_MEMORY) {
482 _Locale_monetary *__wimon = _STLP_PRIV __acquire_monetary(name, buf, hint, &__err_code);
485 if (__err_code == _STLP_LOC_NO_MEMORY) {
528 int __err_code;
529 _Locale_messages *__msg = _STLP_PRIV __acquire_messages(name, buf, hint, &__err_code);
531 if (__err_code == _STLP_LOC_NO_MEMORY) {
544 _Locale_messages *__wmsg = _STLP_PRIV __acquire_messages(name, buf, hint, &__err_code);
546 if (__err_code == _STLP_LOC_NO_MEMORY) {