HomeSort by relevance Sort by last modified time
    Searched refs:__acquire_collate (Results 1 - 8 of 8) sorted by null

  /external/stlport/src/
acquire_release.h 30 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
locale_catalog.cpp 256 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) { function
facets_byname.cpp 191 _M_collate = _STLP_PRIV __acquire_collate(name, buf, 0, &__err_code);
238 _M_collate = _STLP_PRIV __acquire_collate(name, buf, 0, &__err_code);
    [all...]
locale_impl.cpp 368 _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);
  /ndk/sources/cxx-stl/stlport/src/
acquire_release.h 30 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
locale_catalog.cpp 256 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) { function
facets_byname.cpp 191 _M_collate = _STLP_PRIV __acquire_collate(name, buf, 0, &__err_code);
238 _M_collate = _STLP_PRIV __acquire_collate(name, buf, 0, &__err_code);
    [all...]
locale_impl.cpp 368 _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 184 milliseconds