Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlocale.cpp48 size_t mb_cur_max; member
50 explicit __locale_t(size_t mb_cur_max) : mb_cur_max(mb_cur_max) { in __locale_t()
55 mb_cur_max = __bionic_current_locale_is_utf8 ? 4 : 1; in __locale_t()
57 mb_cur_max = other->mb_cur_max; in __locale_t()
69 return l->mb_cur_max; in __ctype_get_mb_cur_max()
/bionic/tests/
Dlocale_test.cpp120 TEST(locale, mb_cur_max) { in TEST() argument