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

/bionic/libc/bionic/
H A Dlocale.cpp40 size_t mb_cur_max; member in struct:__locale_t
42 __locale_t(size_t mb_cur_max) : mb_cur_max(mb_cur_max) { argument
47 mb_cur_max = __bionic_current_locale_is_utf8 ? 4 : 1;
49 mb_cur_max = other->mb_cur_max;
100 return l->mb_cur_max;

Completed in 2 milliseconds