Searched refs:newloc (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/include/cxx/support/ibm/
H A Dlocale_mgmt_aix.h40 _LC_locale_t *newloc, *loc; local
46 if ((newloc = (_LC_locale_t *)calloc(1, sizeof(_LC_locale_t))) == NULL)
53 memcpy(newloc, base, sizeof (_LC_locale_t));
55 newloc->lc_collate = loc->lc_collate;
57 newloc->lc_ctype = loc->lc_ctype;
59 // newloc->lc_messages = loc->lc_messages;
61 newloc->lc_monetary = loc->lc_monetary;
63 newloc->lc_time = loc->lc_time;
65 newloc->lc_numeric = loc->lc_numeric;
66 return (locale_t)newloc;
74 uselocale(locale_t newloc) argument
[all...]
/barrelfish-master/lib/cxx/cxx/
H A Dios.cpp137 ios_base::imbue(const locale& newloc) argument
142 loc_storage = newloc;

Completed in 83 milliseconds