OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Locale_codecvt_create
(Results
1 - 10
of
10
) sorted by null
/external/stlport/src/
c_locale.h
84
struct _Locale_codecvt*
_Locale_codecvt_create
(const char *, struct _Locale_name_hint*, int * /* __err_code */);
locale_catalog.cpp
39
{ return
_Locale_codecvt_create
(s, hint, __err_code); }
/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 */);
locale_catalog.cpp
39
{ return
_Locale_codecvt_create
(s, hint, __err_code); }
/external/stlport/src/c_locale_win32/
c_wlocale_win32.c
61
_Locale_codecvt_t*
_Locale_codecvt_create
(const char * name, _Locale_lcid_t* lc_hint, int *__err_code) {
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c
61
_Locale_codecvt_t*
_Locale_codecvt_create
(const char * name, _Locale_lcid_t* lc_hint, int *__err_code) {
/external/stlport/src/c_locale_dummy/
c_locale_dummy.c
92
struct _Locale_codecvt*
_Locale_codecvt_create
(const char *name,
/external/stlport/src/c_locale_glibc/
c_locale_glibc2.c
65
struct _Locale_codecvt *
_Locale_codecvt_create
(const char *nm, struct _Locale_name_hint* hint,
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c
92
struct _Locale_codecvt*
_Locale_codecvt_create
(const char *name,
/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,
Completed in 2718 milliseconds