OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ConvertTime
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/c_locale_win32/
c_locale_win32.c
581
static int
__ConvertTime
(const char *NTTime, char *buffer, int buf_size) {
781
size =
__ConvertTime
(fmt80, NULL, 0);
785
__ConvertTime
(fmt80, ltime->time_format, size);
[
all
...]
/ndk/sources/android/stlport/src/c_locale_win32/
c_locale_win32.c
581
static int
__ConvertTime
(const char *NTTime, char *buffer, int buf_size) {
781
size =
__ConvertTime
(fmt80, NULL, 0);
785
__ConvertTime
(fmt80, ltime->time_format, size);
[
all
...]
Completed in 12 milliseconds