OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Locale_full_monthname
(Results
1 - 10
of
10
) sorted by null
/external/stlport/src/
c_locale.h
383
const char *
_Locale_full_monthname
(struct _Locale_time *, int /* month */);
time_facets.cpp
123
table._M_monthname[i+12] =
_Locale_full_monthname
(time, i);
/ndk/sources/android/stlport/src/
c_locale.h
383
const char *
_Locale_full_monthname
(struct _Locale_time *, int /* month */);
time_facets.cpp
123
table._M_monthname[i+12] =
_Locale_full_monthname
(time, i);
/external/stlport/src/c_locale_glibc/
c_locale_glibc2.c
619
const char *
_Locale_full_monthname
(struct _Locale_time *__loc, int _m )
676
{ return _ToWChar(
_Locale_full_monthname
(__loc, _m), buf, bufSize); }
/ndk/sources/android/stlport/src/c_locale_glibc/
c_locale_glibc2.c
619
const char *
_Locale_full_monthname
(struct _Locale_time *__loc, int _m )
676
{ return _ToWChar(
_Locale_full_monthname
(__loc, _m), buf, bufSize); }
/external/stlport/src/c_locale_dummy/
c_locale_dummy.c
409
const char *
_Locale_full_monthname
(struct _Locale_time * ltime, int n)
/ndk/sources/android/stlport/src/c_locale_dummy/
c_locale_dummy.c
409
const char *
_Locale_full_monthname
(struct _Locale_time * ltime, int n)
/external/stlport/src/c_locale_win32/
c_locale_win32.c
[
all
...]
/ndk/sources/android/stlport/src/c_locale_win32/
c_locale_win32.c
[
all
...]
Completed in 96 milliseconds