Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/libc/bionic/
H A Dlocale.cpp47 size_t mb_cur_max; member
57 static inline locale_t __alloc_locale(size_t mb_cur_max) { in __alloc_locale()
/aosp_15_r20/bionic/tests/
H A Dlocale_test.cpp125 TEST(locale, mb_cur_max) { in TEST() argument