Searched refs:__locale_t (Results 1 – 2 of 2) sorted by relevance
33 struct __locale_t;34 typedef struct __locale_t* locale_t;
44 struct __locale_t { struct47 __locale_t(size_t mb_cur_max) : mb_cur_max(mb_cur_max) { in __locale_t() argument50 __locale_t(const __locale_t* other) { in __locale_t() argument58 DISALLOW_COPY_AND_ASSIGN(__locale_t);117 return new __locale_t(l); in duplocale()136 return new __locale_t(strstr(locale_name, "UTF-8") != NULL ? 4 : 1); in newlocale()