Home
last modified time | relevance | path

Searched refs:_Locale_codecvt (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dc_locale.h84 struct _Locale_codecvt* _Locale_codecvt_create(const char *, struct _Locale_name_hint*, int * /* __…
111 void _Locale_codecvt_destroy(struct _Locale_codecvt *);
137 char const* _Locale_codecvt_name(const struct _Locale_codecvt *, char* __buf);
217 int _WLocale_mb_cur_max(struct _Locale_codecvt *);
223 int _WLocale_mb_cur_min(struct _Locale_codecvt *);
229 int _WLocale_is_stateless(struct _Locale_codecvt *);
243 size_t _WLocale_mbtowc(struct _Locale_codecvt *,
257 size_t _WLocale_wctomb(struct _Locale_codecvt *,
270 size_t _WLocale_unshift(struct _Locale_codecvt *,
Dacquire_release.h28 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint…
36 void _STLP_CALL __release_codecvt(_Locale_codecvt* cat);
Dlocale_catalog.cpp54 { return _Locale_codecvt_name((_Locale_codecvt*)l, s); } in _Loc_codecvt_name()
80 static void _Loc_codecvt_destroy(void* p) {_Locale_codecvt_destroy((_Locale_codecvt*)p); } in _Loc_codecvt_destroy()
241 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint… in __acquire_codecvt()
242 return __REINTERPRET_CAST(_Locale_codecvt*, __acquire_category(name, buf, hint, in __acquire_codecvt()
274 void _STLP_CALL __release_codecvt(_Locale_codecvt* cat) in __release_codecvt()
Dlocale_impl.cpp201 _Locale_codecvt *__lwcvt = _STLP_PRIV __acquire_codecvt(name, buf, hint, &__err_code); in insert_ctype_facets()
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
Dc_locale_dummy.c92 struct _Locale_codecvt* _Locale_codecvt_create(const char *name, in _Locale_codecvt_create()
94 { return (struct _Locale_codecvt*)_Locale_create(name, __err_code); } in _Locale_codecvt_create()
126 char const* _Locale_codecvt_name(const struct _Locale_codecvt *lcodecvt, char* buf) in _Locale_codecvt_name()
145 void _Locale_codecvt_destroy(struct _Locale_codecvt *lcodecvt) {} in _Locale_codecvt_destroy()
248 int _WLocale_mb_cur_max (struct _Locale_codecvt *lcodecvt) { return 1; } in _WLocale_mb_cur_max()
249 int _WLocale_mb_cur_min (struct _Locale_codecvt *lcodecvt) { return 1; } in _WLocale_mb_cur_min()
250 int _WLocale_is_stateless (struct _Locale_codecvt *lcodecvt) { return 1; } in _WLocale_is_stateless()
252 size_t _WLocale_mbtowc(struct _Locale_codecvt *lcodecvt, in _WLocale_mbtowc()
258 size_t _WLocale_wctomb(struct _Locale_codecvt *lcodecvt, in _WLocale_wctomb()
264 size_t _WLocale_unshift(struct _Locale_codecvt *lcodecvt, in _WLocale_unshift()
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c65 struct _Locale_codecvt *_Locale_codecvt_create(const char *nm, struct _Locale_name_hint* hint, in _Locale_codecvt_create()
69 { return (struct _Locale_codecvt*)0x01; } in _Locale_codecvt_create()
165 char const*_Locale_codecvt_name( const struct _Locale_codecvt *__loc, char *buf ) in _Locale_codecvt_name()
198 void _Locale_codecvt_destroy( struct _Locale_codecvt *__loc ) in _Locale_codecvt_destroy()
338 int _WLocale_mb_cur_max( struct _Locale_codecvt * lcodecvt) { return 1; } in _WLocale_mb_cur_max()
339 int _WLocale_mb_cur_min( struct _Locale_codecvt * lcodecvt) { return 1; } in _WLocale_mb_cur_min()
340 int _WLocale_is_stateless( struct _Locale_codecvt * lcodecvt) { return 1; } in _WLocale_is_stateless()
343 size_t _WLocale_mbtowc(struct _Locale_codecvt *lcodecvt, in _WLocale_mbtowc()
349 size_t _WLocale_wctomb(struct _Locale_codecvt *lcodecvt, in _WLocale_wctomb()
356 size_t _WLocale_unshift(struct _Locale_codecvt *lcodecvt, in _WLocale_unshift()
/ndk/sources/cxx-stl/stlport/stlport/stl/
Dc_locale.h89 struct _Locale_codecvt;
D_codecvt.h425 codecvt_byname(_Locale_codecvt* __cvt) in codecvt_byname()
430 _Locale_codecvt* _M_codecvt;
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_wlocale_win32.c25 typedef struct _Locale_codecvt { struct