Searched refs:_Locale_numeric (Results 1 – 9 of 9) sorted by relevance
/external/stlport/src/ |
D | c_locale.h | 85 struct _Locale_numeric* _Locale_numeric_create(const char *, struct _Locale_name_hint*, int * /* __… 112 void _Locale_numeric_destroy(struct _Locale_numeric *); 138 char const* _Locale_numeric_name(const struct _Locale_numeric *, char* __buf); 172 struct _Locale_name_hint* _Locale_get_numeric_hint(struct _Locale_numeric*); 323 char _Locale_decimal_point(struct _Locale_numeric *); 324 char _Locale_thousands_sep(struct _Locale_numeric *); 325 const char * _Locale_grouping(struct _Locale_numeric *); 328 wchar_t _WLocale_decimal_point(struct _Locale_numeric *); 329 wchar_t _WLocale_thousands_sep(struct _Locale_numeric *); 336 const char * _Locale_true(struct _Locale_numeric *); [all …]
|
D | locale_catalog.cpp | 56 { return _Locale_numeric_name((_Locale_numeric*)l, s); } in _Loc_numeric_name() 81 static void _Loc_numeric_destroy(void* p) {_Locale_numeric_destroy((_Locale_numeric*)p); } in _Loc_numeric_destroy() 246 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint… in __acquire_numeric() 247 return __REINTERPRET_CAST(_Locale_numeric*, __acquire_category(name, buf, hint, in __acquire_numeric() 276 void _STLP_CALL __release_numeric(_Locale_numeric* cat) in __release_numeric()
|
D | acquire_release.h | 29 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint… 37 void _STLP_CALL __release_numeric(_Locale_numeric* cat);
|
D | locale_impl.cpp | 253 _Locale_numeric *__lpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code); in insert_numeric_facets() 266 _Locale_numeric *__lwpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code); in insert_numeric_facets()
|
/external/stlport/src/c_locale_dummy/ |
D | c_locale_dummy.c | 92 struct _Locale_numeric* _Locale_numeric_create(const char *name, in _Locale_numeric_create() 94 { return (struct _Locale_numeric*)_Locale_create(name, __err_code); } in _Locale_numeric_create() 125 char const* _Locale_numeric_name(const struct _Locale_numeric *lnum, char* buf) in _Locale_numeric_name() 142 void _Locale_numeric_destroy(struct _Locale_numeric *lnum) {} in _Locale_numeric_destroy() 182 struct _Locale_name_hint* _Locale_get_numeric_hint(struct _Locale_numeric* numeric) in _Locale_get_numeric_hint() 331 char _Locale_decimal_point(struct _Locale_numeric* lnum) in _Locale_decimal_point() 333 char _Locale_thousands_sep(struct _Locale_numeric* lnum) in _Locale_thousands_sep() 335 const char* _Locale_grouping(struct _Locale_numeric * lnum) in _Locale_grouping() 337 const char * _Locale_true(struct _Locale_numeric * lnum) in _Locale_true() 339 const char * _Locale_false(struct _Locale_numeric * lnum) in _Locale_false() [all …]
|
/external/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 27 struct _Locale_numeric 73 struct _Locale_numeric *_Locale_numeric_create(const char *nm, struct _Locale_name_hint* hint, in _Locale_numeric_create() 76 return (struct _Locale_numeric*)newlocale(LC_NUMERIC_MASK, nm, NULL); in _Locale_numeric_create() 170 char const*_Locale_numeric_name( const struct _Locale_numeric *__loc, char *buf ) in _Locale_numeric_name() 201 void _Locale_numeric_destroy( struct _Locale_numeric *__loc ) in _Locale_numeric_destroy() 267 struct _Locale_name_hint* _Locale_get_numeric_hint(struct _Locale_numeric* numeric) in _Locale_get_numeric_hint() 461 char _Locale_decimal_point(struct _Locale_numeric *__loc) in _Locale_decimal_point() 466 char _Locale_thousands_sep(struct _Locale_numeric *__loc) in _Locale_thousands_sep() 471 const char* _Locale_grouping(struct _Locale_numeric *__loc) in _Locale_grouping() 476 const char *_Locale_true(struct _Locale_numeric *__loc) in _Locale_true() [all …]
|
/external/stlport/stlport/stl/ |
D | _numpunct.h | 125 numpunct_byname(_Locale_numeric *__numeric) in numpunct_byname() 133 _Locale_numeric* _M_numeric; 156 numpunct_byname(_Locale_numeric *__numeric) in numpunct_byname() 164 _Locale_numeric* _M_numeric;
|
D | c_locale.h | 90 struct _Locale_numeric;
|
/external/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 189 typedef struct _Locale_numeric { struct
|