OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PR_ParseTimeString
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/time/
pr_time_unittest.cc
72
// Tests the
PR_ParseTimeString
nspr helper function for
92
PRStatus result =
PR_ParseTimeString
(time_buf, PR_FALSE, &parsed_time);
99
PRStatus result =
PR_ParseTimeString
("Mon, 15 Oct 2007 19:45:00 GMT",
107
PRStatus result =
PR_ParseTimeString
("15 Oct 07 12:45:00", PR_FALSE,
115
PRStatus result =
PR_ParseTimeString
("15 Oct 07 19:45 GMT", PR_FALSE,
123
PRStatus result =
PR_ParseTimeString
("Mon Oct 15 12:45 PDT 2007",
131
PRStatus result =
PR_ParseTimeString
("Monday, Oct 15, 2007 12:45 PM",
139
PRStatus result =
PR_ParseTimeString
("10/15/07 12:45:00 PM", PR_FALSE,
147
PRStatus result =
PR_ParseTimeString
("10/15/07 12:45:00. PM", PR_FALSE,
155
PRStatus result =
PR_ParseTimeString
("10/15/07 12:45:00.0 PM", PR_FALSE
[
all
...]
time.cc
251
PRStatus result =
PR_ParseTimeString
(time_string,
/external/libchrome/base/third_party/nspr/
prtime.h
258
BASE_EXPORT PRStatus
PR_ParseTimeString
(
prtime.cc
49
*
PR_ParseTimeString
389
* The following code implements
PR_ParseTimeString
(). It is based on
456
PR_ParseTimeString
(
[
all
...]
Completed in 215 milliseconds