OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Locale_numeric
(Results
1 - 11
of
11
) sorted by null
/ndk/sources/cxx-stl/stlport/src/
c_locale.h
85
struct
_Locale_numeric
* _Locale_numeric_create(const char *, struct _Locale_name_hint*, int * /* __err_code */);
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
...]
acquire_release.h
29
_Locale_numeric
* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
37
void _STLP_CALL __release_numeric(
_Locale_numeric
* cat);
locale_catalog.cpp
56
{ return _Locale_numeric_name((
_Locale_numeric
*)l, s); }
81
static void _Loc_numeric_destroy(void* p) {_Locale_numeric_destroy((
_Locale_numeric
*)p); }
246
_Locale_numeric
* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) {
247
return __REINTERPRET_CAST(
_Locale_numeric
*, __acquire_category(name, buf, hint,
276
void _STLP_CALL __release_numeric(
_Locale_numeric
* cat)
locale_impl.cpp
253
_Locale_numeric
*__lpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code);
266
_Locale_numeric
*__lwpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code);
/ndk/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h
125
numpunct_byname(
_Locale_numeric
*__numeric)
133
_Locale_numeric
* _M_numeric;
156
numpunct_byname(
_Locale_numeric
*__numeric)
164
_Locale_numeric
* _M_numeric;
c_locale.h
90
struct
_Locale_numeric
;
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h
125
numpunct_byname(
_Locale_numeric
*__numeric)
133
_Locale_numeric
* _M_numeric;
156
numpunct_byname(
_Locale_numeric
*__numeric)
164
_Locale_numeric
* _M_numeric;
c_locale.h
90
struct
_Locale_numeric
;
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c
96
struct
_Locale_numeric
* _Locale_numeric_create(const char *name,
98
{ return (struct
_Locale_numeric
*)_Locale_create(name, __err_code); }
129
char const* _Locale_numeric_name(const struct
_Locale_numeric
*lnum, char* buf)
146
void _Locale_numeric_destroy(struct
_Locale_numeric
*lnum) {}
186
struct _Locale_name_hint* _Locale_get_numeric_hint(struct
_Locale_numeric
* numeric)
335
char _Locale_decimal_point(struct
_Locale_numeric
* lnum)
337
char _Locale_thousands_sep(struct
_Locale_numeric
* lnum)
339
const char* _Locale_grouping(struct
_Locale_numeric
* lnum)
341
const char * _Locale_true(struct
_Locale_numeric
* lnum)
343
const char * _Locale_false(struct
_Locale_numeric
* lnum
[
all
...]
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c
27
struct
_Locale_numeric
73
struct
_Locale_numeric
*_Locale_numeric_create(const char *nm, struct _Locale_name_hint* hint,
76
return (struct
_Locale_numeric
*)newlocale(LC_NUMERIC_MASK, nm, NULL);
170
char const*_Locale_numeric_name( const struct
_Locale_numeric
*__loc, char *buf )
201
void _Locale_numeric_destroy( struct
_Locale_numeric
*__loc )
267
struct _Locale_name_hint* _Locale_get_numeric_hint(struct
_Locale_numeric
* numeric)
461
char _Locale_decimal_point(struct
_Locale_numeric
*__loc)
466
char _Locale_thousands_sep(struct
_Locale_numeric
*__loc)
471
const char* _Locale_grouping(struct
_Locale_numeric
*__loc)
476
const char *_Locale_true(struct
_Locale_numeric
*__loc
[
all
...]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c
189
typedef struct
_Locale_numeric
{
[
all
...]
Completed in 2567 milliseconds