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

/external/stlport/src/
H A Dacquire_release.h27 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
H A Dlocale_catalog.cpp236 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) { function
H A Dfacets_byname.cpp48 _M_ctype = _STLP_PRIV __acquire_ctype(name, buf, 0, &__err_code);
119 _M_ctype = _STLP_PRIV __acquire_ctype(name, buf, 0, &__err_code);
H A Dlocale_impl.cpp170 _Locale_ctype *__lct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
190 _Locale_ctype *__lwct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);

Completed in 106 milliseconds