Home
last modified time | relevance | path

Searched refs:__locale_t (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dlocale.cpp55 struct __locale_t { struct
58 explicit __locale_t(size_t mb_cur_max) : mb_cur_max(mb_cur_max) { in __locale_t() argument
61 explicit __locale_t(const __locale_t* other) { in __locale_t() function
69 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()
/bionic/libc/include/
Dxlocale.h44 struct __locale_t;
49 typedef struct __locale_t* locale_t;