Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlocale.cpp56 size_t mb_cur_max; member
58 explicit __locale_t(size_t mb_cur_max) : mb_cur_max(mb_cur_max) { in __locale_t()
63 mb_cur_max = __bionic_current_locale_is_utf8 ? 4 : 1; in __locale_t()
65 mb_cur_max = other->mb_cur_max; in __locale_t()
77 return l->mb_cur_max; in __ctype_get_mb_cur_max()
/bionic/tests/
Dlocale_test.cpp120 TEST(locale, mb_cur_max) { in TEST() argument