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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
c_locale.h 83 struct _Locale_ctype* _Locale_ctype_create(const char *, struct _Locale_name_hint*, int * /* __err_code */);
110 void _Locale_ctype_destroy(struct _Locale_ctype *);
136 char const* _Locale_ctype_name(const struct _Locale_ctype *, char* __buf);
171 struct _Locale_name_hint* _Locale_get_ctype_hint(struct _Locale_ctype*);
192 const _Locale_mask_t * _Locale_ctype_table(struct _Locale_ctype *);
197 int _Locale_toupper(struct _Locale_ctype *, int /* c */);
198 int _Locale_tolower(struct _Locale_ctype *, int /* c */);
205 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *, wint_t, _Locale_mask_t);
206 wint_t _WLocale_tolower(struct _Locale_ctype *, wint_t);
207 wint_t _WLocale_toupper(struct _Locale_ctype *, wint_t)
    [all...]
acquire_release.h 27 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
35 void _STLP_CALL __release_ctype(_Locale_ctype* cat);
locale_catalog.cpp 52 { return _Locale_ctype_name((_Locale_ctype*)l, s); }
79 static void _Loc_ctype_destroy(void* p) {_Locale_ctype_destroy((_Locale_ctype*)p); }
95 // this is so that we don't allocate (say) four different _Locale_ctype
236 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) {
237 return __REINTERPRET_CAST(_Locale_ctype*, __acquire_category(name, buf, hint,
272 void _STLP_CALL __release_ctype(_Locale_ctype* cat)
facets_byname.cpp 99 _Locale_ctype* M_ctp;
101 _Ctype_byname_w_is_mask(_Locale_mask_t m, _Locale_ctype* c)
    [all...]
locale_impl.cpp 170 _Locale_ctype *__lct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
190 _Locale_ctype *__lwct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
c_locale.h 83 struct _Locale_ctype* _Locale_ctype_create(const char *, struct _Locale_name_hint*, int * /* __err_code */);
110 void _Locale_ctype_destroy(struct _Locale_ctype *);
136 char const* _Locale_ctype_name(const struct _Locale_ctype *, char* __buf);
171 struct _Locale_name_hint* _Locale_get_ctype_hint(struct _Locale_ctype*);
192 const _Locale_mask_t * _Locale_ctype_table(struct _Locale_ctype *);
197 int _Locale_toupper(struct _Locale_ctype *, int /* c */);
198 int _Locale_tolower(struct _Locale_ctype *, int /* c */);
205 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *, wint_t, _Locale_mask_t);
206 wint_t _WLocale_tolower(struct _Locale_ctype *, wint_t);
207 wint_t _WLocale_toupper(struct _Locale_ctype *, wint_t)
    [all...]
acquire_release.h 27 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
35 void _STLP_CALL __release_ctype(_Locale_ctype* cat);
locale_catalog.cpp 52 { return _Locale_ctype_name((_Locale_ctype*)l, s); }
79 static void _Loc_ctype_destroy(void* p) {_Locale_ctype_destroy((_Locale_ctype*)p); }
95 // this is so that we don't allocate (say) four different _Locale_ctype
236 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) {
237 return __REINTERPRET_CAST(_Locale_ctype*, __acquire_category(name, buf, hint,
272 void _STLP_CALL __release_ctype(_Locale_ctype* cat)
facets_byname.cpp 99 _Locale_ctype* M_ctp;
101 _Ctype_byname_w_is_mask(_Locale_mask_t m, _Locale_ctype* c)
    [all...]
locale_impl.cpp 170 _Locale_ctype *__lct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
190 _Locale_ctype *__lwct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 22 struct _Locale_ctype
59 struct _Locale_ctype *_Locale_ctype_create(const char *nm, struct _Locale_name_hint* hint,
62 return (struct _Locale_ctype*)newlocale(LC_CTYPE_MASK, nm, NULL);
160 char const*_Locale_ctype_name( const struct _Locale_ctype *__loc, char *buf )
195 void _Locale_ctype_destroy( struct _Locale_ctype *__loc )
265 struct _Locale_name_hint* _Locale_get_ctype_hint(struct _Locale_ctype* ctype)
280 const _Locale_mask_t *_Locale_ctype_table( struct _Locale_ctype *__loc )
287 int _Locale_toupper( struct _Locale_ctype *__loc, int c )
290 int _Locale_tolower( struct _Locale_ctype *__loc, int c )
294 _Locale_mask_t _WLocale_ctype( struct _Locale_ctype *__loc, wint_t wc, _Locale_mask_t __mask
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 22 struct _Locale_ctype
59 struct _Locale_ctype *_Locale_ctype_create(const char *nm, struct _Locale_name_hint* hint,
62 return (struct _Locale_ctype*)newlocale(LC_CTYPE_MASK, nm, NULL);
160 char const*_Locale_ctype_name( const struct _Locale_ctype *__loc, char *buf )
195 void _Locale_ctype_destroy( struct _Locale_ctype *__loc )
265 struct _Locale_name_hint* _Locale_get_ctype_hint(struct _Locale_ctype* ctype)
280 const _Locale_mask_t *_Locale_ctype_table( struct _Locale_ctype *__loc )
287 int _Locale_toupper( struct _Locale_ctype *__loc, int c )
290 int _Locale_tolower( struct _Locale_ctype *__loc, int c )
294 _Locale_mask_t _WLocale_ctype( struct _Locale_ctype *__loc, wint_t wc, _Locale_mask_t __mask
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 88 struct _Locale_ctype* _Locale_ctype_create(const char *name,
90 { return (struct _Locale_ctype*)_Locale_create(name, __err_code); }
123 char const* _Locale_ctype_name(const struct _Locale_ctype *lctype, char* buf)
144 void _Locale_ctype_destroy(struct _Locale_ctype *lctype) {}
184 struct _Locale_name_hint* _Locale_get_ctype_hint(struct _Locale_ctype* ctype)
198 const _Locale_mask_t* _Locale_ctype_table(struct _Locale_ctype* lctype) {
203 int _Locale_toupper(struct _Locale_ctype*lctype, int c)
206 int _Locale_tolower(struct _Locale_ctype*lctype, int c)
210 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *lctype, wint_t wc, _Locale_mask_t mask) {
242 wint_t _WLocale_tolower(struct _Locale_ctype *lctype, wint_t wc
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 88 struct _Locale_ctype* _Locale_ctype_create(const char *name,
90 { return (struct _Locale_ctype*)_Locale_create(name, __err_code); }
123 char const* _Locale_ctype_name(const struct _Locale_ctype *lctype, char* buf)
144 void _Locale_ctype_destroy(struct _Locale_ctype *lctype) {}
184 struct _Locale_name_hint* _Locale_get_ctype_hint(struct _Locale_ctype* ctype)
198 const _Locale_mask_t* _Locale_ctype_table(struct _Locale_ctype* lctype) {
203 int _Locale_toupper(struct _Locale_ctype*lctype, int c)
206 int _Locale_tolower(struct _Locale_ctype*lctype, int c)
210 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *lctype, wint_t wc, _Locale_mask_t mask) {
242 wint_t _WLocale_tolower(struct _Locale_ctype *lctype, wint_t wc
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 160 ctype_byname(_Locale_ctype* __ctype)
172 _Locale_ctype* _M_ctype;
260 ctype_byname(_Locale_ctype* __ctype)
268 _Locale_ctype* _M_ctype;
c_locale.h 88 struct _Locale_ctype;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 160 ctype_byname(_Locale_ctype* __ctype)
172 _Locale_ctype* _M_ctype;
260 ctype_byname(_Locale_ctype* __ctype)
268 _Locale_ctype* _M_ctype;
c_locale.h 88 struct _Locale_ctype;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 160 ctype_byname(_Locale_ctype* __ctype)
172 _Locale_ctype* _M_ctype;
260 ctype_byname(_Locale_ctype* __ctype)
268 _Locale_ctype* _M_ctype;
c_locale.h 88 struct _Locale_ctype;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 183 typedef struct _Locale_ctype {
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 183 typedef struct _Locale_ctype {
    [all...]

Completed in 487 milliseconds