Searched refs:__locale_t (Results 1 – 2 of 2) sorted by relevance
55 struct __locale_t { struct58 explicit __locale_t(size_t mb_cur_max) : mb_cur_max(mb_cur_max) { in __locale_t() argument61 explicit __locale_t(const __locale_t* other) { in __locale_t() function69 BIONIC_DISALLOW_IMPLICIT_CONSTRUCTORS(__locale_t);136 return new __locale_t(l); in duplocale()155 return new __locale_t(__is_utf8_locale(locale_name) ? 4 : 1); in newlocale()
44 struct __locale_t;49 typedef struct __locale_t* locale_t;