Searched refs:newloc (Results 1 – 4 of 4) sorted by relevance
41 _LC_locale_t *newloc, *loc; in newlocale() local47 if ((newloc = (_LC_locale_t *)calloc(1, sizeof(_LC_locale_t))) == NULL) in newlocale()54 memcpy(newloc, base, sizeof (_LC_locale_t)); in newlocale()56 newloc->lc_collate = loc->lc_collate; in newlocale()58 newloc->lc_ctype = loc->lc_ctype; in newlocale()62 newloc->lc_monetary = loc->lc_monetary; in newlocale()64 newloc->lc_time = loc->lc_time; in newlocale()66 newloc->lc_numeric = loc->lc_numeric; in newlocale()67 return (locale_t)newloc; in newlocale()75 locale_t uselocale(locale_t newloc) in uselocale() argument
19 locale_t uselocale( locale_t newloc ) in uselocale() argument22 if ( newloc == NULL ) in uselocale()27 setlocale( LC_ALL, newloc->locinfo->lc_category[LC_ALL].locale ); in uselocale()
37 locale_t uselocale( locale_t newloc );
136 ios_base::imbue(const locale& newloc) in imbue() argument141 loc_storage = newloc; in imbue()