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

/external/stlport/src/
H A Dacquire_release.h30 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
H A Dlocale_catalog.cpp256 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) { function
H A Dfacets_byname.cpp191 _M_collate = _STLP_PRIV __acquire_collate(name, buf, 0, &__err_code);
238 _M_collate = _STLP_PRIV __acquire_collate(name, buf, 0, &__err_code);
H A Dlocale_impl.cpp368 _Locale_collate *__coll = _STLP_PRIV __acquire_collate(name, buf, hint, &__err_code);
383 _Locale_collate *__wcoll = _STLP_PRIV __acquire_collate(name, buf, hint, &__err_code);

Completed in 1323 milliseconds