Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlocale.cpp66 static inline locale_t __alloc_locale(size_t mb_cur_max) { in __alloc_locale() function
140 return __alloc_locale(get_locale_mb_cur_max(l)); in duplocale()
159 return __alloc_locale(__is_utf8_locale(locale_name) ? 4 : 1); in newlocale()