Searched refs:__lct (Results 1 - 1 of 1) sorted by relevance

/external/stlport/src/
H A Dlocale_impl.cpp170 _Locale_ctype *__lct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code); local
171 if (!__lct) {
176 if (hint == 0) hint = _Locale_get_ctype_hint(__lct);
179 ct = new ctype_byname<char>(__lct);
181 _STLP_UNWIND(_STLP_PRIV __release_ctype(__lct));

Completed in 60 milliseconds