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
66 static inline locale_t __alloc_locale(size_t mb_cur_max) { in __alloc_locale() argument
69 result->mb_cur_max = mb_cur_max; in __alloc_locale()
77 return l->mb_cur_max; in get_locale_mb_cur_max()
/bionic/tests/
Dlocale_test.cpp125 TEST(locale, mb_cur_max) { in TEST() argument