Lines Matching full:__locale_
222 facets_ = locale::classic().__locale_->facets_;
470 c->__locale_ = &make<__imp>(1u);
498 : __locale_(__global().__locale_)
500 __locale_->__add_shared();
504 : __locale_(l.__locale_)
506 __locale_->__add_shared();
511 __locale_->__release_shared();
517 other.__locale_->__add_shared();
518 __locale_->__release_shared();
519 __locale_ = other.__locale_;
525 : __locale_(name ? new __imp(name)
528 : __locale_(new __imp(name))
531 __locale_->__add_shared();
535 : __locale_(new __imp(name))
537 __locale_->__add_shared();
542 : __locale_(name ? new __imp(*other.__locale_, name, c)
545 : __locale_(new __imp(*other.__locale_, name, c))
548 __locale_->__add_shared();
552 : __locale_(new __imp(*other.__locale_, name, c))
554 __locale_->__add_shared();
558 : __locale_(new __imp(*other.__locale_, *one.__locale_, c))
560 __locale_->__add_shared();
566 __locale_->name();
573 __locale_ = new __imp(*other.__locale_, f, id);
575 __locale_ = other.__locale_;
576 __locale_->__add_shared();
593 return __locale_->has_facet(x.__get());
599 return __locale_->use_facet(x.__get());
605 return (__locale_ == y.__locale_)
606 || (__locale_->name() != "*" && __locale_->name() == y.__locale_->name());