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

  /ndk/sources/cxx-stl/stlport/src/
c_locale.h 84 struct _Locale_codecvt* _Locale_codecvt_create(const char *, struct _Locale_name_hint*, int * /* __err_code */);
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 *,
acquire_release.h 28 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
36 void _STLP_CALL __release_codecvt(_Locale_codecvt* cat);
locale_catalog.cpp 54 { return _Locale_codecvt_name((_Locale_codecvt*)l, s); }
80 static void _Loc_codecvt_destroy(void* p) {_Locale_codecvt_destroy((_Locale_codecvt*)p); }
241 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) {
242 return __REINTERPRET_CAST(_Locale_codecvt*, __acquire_category(name, buf, hint,
274 void _STLP_CALL __release_codecvt(_Locale_codecvt* cat)
locale_impl.cpp 201 _Locale_codecvt *__lwcvt = _STLP_PRIV __acquire_codecvt(name, buf, hint, &__err_code);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 89 struct _Locale_codecvt;
_codecvt.h 425 codecvt_byname(_Locale_codecvt* __cvt)
430 _Locale_codecvt* _M_codecvt;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 89 struct _Locale_codecvt;
_codecvt.h 425 codecvt_byname(_Locale_codecvt* __cvt)
430 _Locale_codecvt* _M_codecvt;
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 92 struct _Locale_codecvt* _Locale_codecvt_create(const char *name,
94 { return (struct _Locale_codecvt*)_Locale_create(name, __err_code); }
126 char const* _Locale_codecvt_name(const struct _Locale_codecvt *lcodecvt, char* buf)
145 void _Locale_codecvt_destroy(struct _Locale_codecvt *lcodecvt) {}
248 int _WLocale_mb_cur_max (struct _Locale_codecvt *lcodecvt) { return 1; }
249 int _WLocale_mb_cur_min (struct _Locale_codecvt *lcodecvt) { return 1; }
250 int _WLocale_is_stateless (struct _Locale_codecvt *lcodecvt) { return 1; }
252 size_t _WLocale_mbtowc(struct _Locale_codecvt *lcodecvt,
258 size_t _WLocale_wctomb(struct _Locale_codecvt *lcodecvt,
264 size_t _WLocale_unshift(struct _Locale_codecvt *lcodecvt
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 65 struct _Locale_codecvt *_Locale_codecvt_create(const char *nm, struct _Locale_name_hint* hint,
69 { return (struct _Locale_codecvt*)0x01; }
165 char const*_Locale_codecvt_name( const struct _Locale_codecvt *__loc, char *buf )
198 void _Locale_codecvt_destroy( struct _Locale_codecvt *__loc )
338 int _WLocale_mb_cur_max( struct _Locale_codecvt * lcodecvt) { return 1; }
339 int _WLocale_mb_cur_min( struct _Locale_codecvt * lcodecvt) { return 1; }
340 int _WLocale_is_stateless( struct _Locale_codecvt * lcodecvt) { return 1; }
343 size_t _WLocale_mbtowc(struct _Locale_codecvt *lcodecvt,
349 size_t _WLocale_wctomb(struct _Locale_codecvt *lcodecvt,
356 size_t _WLocale_unshift(struct _Locale_codecvt *lcodecvt
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 25 typedef struct _Locale_codecvt {

Completed in 1208 milliseconds