OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Locale_name_hint
(Results
1 - 9
of
9
) sorted by null
/ndk/sources/cxx-stl/stlport/src/
acquire_release.h
27
_Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf,
_Locale_name_hint
* hint, int *__err_code);
28
_Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf,
_Locale_name_hint
* hint, int *__err_code);
29
_Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf,
_Locale_name_hint
* hint, int *__err_code);
30
_Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf,
_Locale_name_hint
* hint, int *__err_code);
31
_Locale_monetary* _STLP_CALL __acquire_monetary(const char* &name, char *buf,
_Locale_name_hint
* hint, int *__err_code);
32
_Locale_time* _STLP_CALL __acquire_time(const char* &name, char *buf,
_Locale_name_hint
*, int *__err_code);
33
_Locale_messages* _STLP_CALL __acquire_messages(const char* &name, char *buf,
_Locale_name_hint
* hint, int *__err_code);
locale_impl.h
102
_Locale_name_hint
* insert_ctype_facets(const char* &name, char *buf,
_Locale_name_hint
* hint);
103
_Locale_name_hint
* insert_numeric_facets(const char* &name, char *buf,
_Locale_name_hint
* hint);
104
_Locale_name_hint
* insert_time_facets(const char* &name, char *buf,
_Locale_name_hint
* hint);
105
_Locale_name_hint
* insert_collate_facets(const char* &name, char *buf,
_Locale_name_hint
* hint);
106
_Locale_name_hint
* insert_monetary_facets(const char* &name, char *buf,
_Locale_name_hint
* hint)
[
all
...]
c_locale.h
39
struct
_Locale_name_hint
;
83
struct _Locale_ctype* _Locale_ctype_create(const char *, struct
_Locale_name_hint
*, int * /* __err_code */);
84
struct _Locale_codecvt* _Locale_codecvt_create(const char *, struct
_Locale_name_hint
*, int * /* __err_code */);
85
struct _Locale_numeric* _Locale_numeric_create(const char *, struct
_Locale_name_hint
*, int * /* __err_code */);
86
struct _Locale_time* _Locale_time_create(const char *, struct
_Locale_name_hint
*, int * /* __err_code */);
87
struct _Locale_collate* _Locale_collate_create(const char *, struct
_Locale_name_hint
*, int * /* __err_code */);
88
struct _Locale_monetary* _Locale_monetary_create(const char *, struct
_Locale_name_hint
*, int * /* __err_code */);
89
struct _Locale_messages* _Locale_messages_create(const char *, struct
_Locale_name_hint
*, int * /* __err_code */);
152
struct
_Locale_name_hint
* __hint, int *__err_code);
154
struct
_Locale_name_hint
* __hint, int *__err_code)
[
all
...]
locale_catalog.cpp
36
static void* _Loc_ctype_create(const char * s,
_Locale_name_hint
* hint, int *__err_code)
38
static void* _Loc_codecvt_create(const char * s,
_Locale_name_hint
* hint, int *__err_code)
40
static void* _Loc_numeric_create(const char * s,
_Locale_name_hint
* hint, int *__err_code)
42
static void* _Loc_time_create(const char * s,
_Locale_name_hint
* hint, int *__err_code)
44
static void* _Loc_collate_create(const char * s,
_Locale_name_hint
* hint, int *__err_code)
46
static void* _Loc_monetary_create(const char * s,
_Locale_name_hint
* hint, int *__err_code)
48
static void* _Loc_messages_create(const char * s,
_Locale_name_hint
* hint, int *__err_code)
87
typedef void* (*loc_create_func_t)(const char *,
_Locale_name_hint
*, int *__err_code);
91
typedef char const* (*loc_extract_name_func_t)(const char*, char*,
_Locale_name_hint
*, int *__err_code);
140
__acquire_category(const char* &name, char *buf,
_Locale_name_hint
* hint
[
all
...]
locale_impl.cpp
150
_Locale_name_hint
* _Locale_impl::insert_ctype_facets(const char* &name, char *buf,
_Locale_name_hint
* hint) {
222
_Locale_name_hint
* _Locale_impl::insert_numeric_facets(const char* &name, char *buf,
_Locale_name_hint
* hint) {
288
_Locale_name_hint
* _Locale_impl::insert_time_facets(const char* &name, char *buf,
_Locale_name_hint
* hint) {
350
_Locale_name_hint
* _Locale_impl::insert_collate_facets(const char* &name, char *buf,
_Locale_name_hint
* hint) {
406
_Locale_name_hint
* _Locale_impl::insert_monetary_facets(const char* &name, char *buf,
_Locale_name_hint
* hint)
[
all
...]
locale.cpp
153
_Locale_name_hint
*hint = 0;
260
_Locale_name_hint
*hint = 0;
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c
89
struct
_Locale_name_hint
* hint, int *__err_code)
93
struct
_Locale_name_hint
* hint, int *__err_code)
97
struct
_Locale_name_hint
* hint, int *__err_code)
101
struct
_Locale_name_hint
* hint, int *__err_code)
105
struct
_Locale_name_hint
* hint, int *__err_code)
109
struct
_Locale_name_hint
* hint, int *__err_code)
113
struct
_Locale_name_hint
* hint, int *__err_code)
161
struct
_Locale_name_hint
* hint, int *__err_code)
165
struct
_Locale_name_hint
* hint, int *__err_code)
169
struct
_Locale_name_hint
* hint, int *__err_code
[
all
...]
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c
59
struct _Locale_ctype *_Locale_ctype_create(const char *nm, struct
_Locale_name_hint
* hint,
65
struct _Locale_codecvt *_Locale_codecvt_create(const char *nm, struct
_Locale_name_hint
* hint,
73
struct _Locale_numeric *_Locale_numeric_create(const char *nm, struct
_Locale_name_hint
* hint,
79
struct _Locale_time *_Locale_time_create(const char *nm, struct
_Locale_name_hint
* hint,
85
struct _Locale_collate *_Locale_collate_create(const char *nm, struct
_Locale_name_hint
* hint,
91
struct _Locale_monetary *_Locale_monetary_create(const char *nm, struct
_Locale_name_hint
* hint,
97
struct _Locale_messages *_Locale_messages_create(const char *nm, struct
_Locale_name_hint
* hint,
242
struct
_Locale_name_hint
* hint, int *__err_code)
246
struct
_Locale_name_hint
* hint, int *__err_code)
250
struct
_Locale_name_hint
* hint, int *__err_code
[
all
...]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c
179
typedef struct
_Locale_name_hint
{
[
all
...]
Completed in 40 milliseconds