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

  /ndk/sources/cxx-stl/stlport/src/
message_facets.h 39 void insert(nl_catd_type key, const locale& L);
40 locale lookup(nl_catd_type key) const;
41 void erase(nl_catd_type key);
43 typedef hash_map<nl_catd_type, locale, hash<nl_catd_type>, equal_to<nl_catd_type>,
44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type;
66 * has to be large enough to contain a nl_catd_type value.
68 _STLP_STATIC_ASSERT(sizeof(nl_catd_type) <= sizeof(int))
78 typedef hash_map<messages_base::catalog, nl_catd_type, hash<messages_base::catalog>, equal_to<messages_base::catalog>
    [all...]
messages.cpp 29 void _Catalog_locale_map::insert(nl_catd_type key, const locale& L) {
54 void _Catalog_locale_map::erase(nl_catd_type key) {
59 locale _Catalog_locale_map::lookup(nl_catd_type key) const {
72 messages_base::catalog _Catalog_nl_catd_map::insert(nl_catd_type cat) {
125 nl_catd_type result = _M_message_obj ? _Locale_catopen(_M_message_obj, filename.c_str())
126 : (nl_catd_type)(-1);
128 if ( result != (nl_catd_type)(-1) ) {
c_locale.h 45 typedef nl_catd nl_catd_type; typedef
47 typedef int nl_catd_type; typedef
430 nl_catd_type _Locale_catopen(struct _Locale_messages*, const char*);
436 void _Locale_catclose(struct _Locale_messages*, nl_catd_type);
443 const char * _Locale_catgets(struct _Locale_messages *, nl_catd_type,
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 526 nl_catd_type _Locale_catopen(struct _Locale_messages* lmes, const char* name)
528 void _Locale_catclose(struct _Locale_messages* lmes, nl_catd_type cat) {}
529 const char* _Locale_catgets(struct _Locale_messages* lmes, nl_catd_type cat,
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 691 nl_catd_type _Locale_catopen(struct _Locale_messages *__loc, const char *__cat_name )
696 void _Locale_catclose(struct _Locale_messages *__loc, nl_catd_type __cat )
701 const char *_Locale_catgets(struct _Locale_messages *__loc, nl_catd_type __cat,
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c     [all...]

Completed in 721 milliseconds