Searched refs:PR_ImplodeTime (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drctime.cpp50 { gmt = PR_ImplodeTime(&time); }
53 { gmt = PR_ImplodeTime(&time); }
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtimemac.c101 ** Testing PR_Now(), PR_ExplodeTime, and PR_ImplodeTime
114 printf("** PR_ImplodeTime on the current time **\n");
130 t2 = PR_ImplodeTime(&et);
144 t2 = PR_ImplodeTime(&et);
H A Dtimetest.c233 ** Testing PR_Now(), PR_ExplodeTime, and PR_ImplodeTime
247 printf("** PR_ImplodeTime on the current time **\n");
265 t2 = PR_ImplodeTime(&et);
280 t2 = PR_ImplodeTime(&et);
330 testParseTimeString(PR_ImplodeTime(&et));
357 testParseTimeString(PR_ImplodeTime(&et));
384 testParseTimeString(PR_ImplodeTime(&et));
401 testParseTimeString(PR_ImplodeTime(&et));
417 testParseTimeString(PR_ImplodeTime(&et));
453 secs = PR_ImplodeTime(
[all...]
H A Dy2k.c154 * Call PR_ImplodeTime for each of the exploded values and compare
170 * Tested functions: PR_Now, PR_ExplodeTime, PR_ImplodeTime,
277 prt_tmp = PR_ImplodeTime(&et_tmp);
295 prt_tmp = PR_ImplodeTime(&et_tmp);
313 prt_tmp = PR_ImplodeTime(&et_tmp);
330 prt_tmp = PR_ImplodeTime(&et_tmp);
339 prt_tmp = PR_ImplodeTime(&et_tmp);
348 prt_tmp = PR_ImplodeTime(&et_tmp);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtime.h56 #define PR_ImplodeTime VBoxNsprPR_ImplodeTime macro
216 PR_ImplodeTime(const PRExplodedTime *exploded);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c242 * PR_ImplodeTime --
254 PR_ImplodeTime(const PRExplodedTime *exploded) function
686 secs64 = PR_ImplodeTime(gmt); /* This is still in microseconds */
1619 PR_ImplodeTime(). Note that it's ok for them to be <0 or >24/60
1621 We adjust the time to GMT before going into PR_ImplodeTime().
1628 *result = PR_ImplodeTime(&tm);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95io.c608 * PR_ImplodeTime ignores wday and yday.
625 cmp = PR_ImplodeTime(&etm);
H A Dntio.c2861 * PR_ImplodeTime ignores wday and yday.
2878 cmp = PR_ImplodeTime(&etm);

Completed in 701 milliseconds