Searched refs:__locale_t (Results 1 – 2 of 2) sorted by relevance
33 struct __locale_t;34 typedef struct __locale_t* locale_t;
39 struct __locale_t { struct42 __locale_t(size_t mb_cur_max) : mb_cur_max(mb_cur_max) { in __locale_t() argument45 __locale_t(const __locale_t* other) { in __locale_t() argument53 DISALLOW_COPY_AND_ASSIGN(__locale_t);118 return new __locale_t(l); in duplocale()137 return new __locale_t(strstr(locale_name, "UTF-8") != NULL ? 4 : 1); in newlocale()