Searched refs:PR_FormatTimeUSEnglish (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | formattm.c | 38 /* A test program for PR_FormatTime and PR_FormatTimeUSEnglish */ 55 (void)PR_FormatTimeUSEnglish(buffer, sizeof(buffer),
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prtime.h | 63 #define PR_FormatTimeUSEnglish VBoxNsprPR_FormatTimeUSEnglish macro 304 PR_FormatTimeUSEnglish( char* buf, PRUint32 bufSize,
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiMisc.cpp | 130 PR_FormatTimeUSEnglish(time, 128, "%Y-%m-%d-%H:%M:%S", &expTime);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prtime.c | 1685 * The following string arrays and macros are used by PR_FormatTimeUSEnglish(). 1751 /* Needed by PR_FormatTimeUSEnglish() */ 1766 PR_FormatTimeUSEnglish( char* buf, PRUint32 bufSize, 1812 PR_FormatTimeUSEnglish( tmpBuf, tmpBufSize, "%a %b %d %H:%M:%S %Y", time ); 1884 PR_FormatTimeUSEnglish( tmpBuf, tmpBufSize, "%m/%d/%y", time ); 1890 PR_FormatTimeUSEnglish( tmpBuf, tmpBufSize, "%H:%M:%S", time );
|
Completed in 363 milliseconds