Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlocale.cpp47 struct __locale_t { struct
50 explicit __locale_t(size_t mb_cur_max) : mb_cur_max(mb_cur_max) { in __locale_t() function
53 explicit __locale_t(const __locale_t* other) { in __locale_t() argument