OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expdate
(Results
1 - 2
of
2
) sorted by null
/libcore/support/src/test/java/tests/support/
Support_TestWebData.java
96
Support_TestWebData(long length, int lastModified, String name, String type, boolean isDir, long
expDate
) {
102
testExp =
expDate
;
/external/icu/icu4c/source/test/cintltst/
cdtrgtst.c
132
UChar *gotdate, *
expdate
;
local
182
expdate
=myFormatit(def, exp);
184
if (gotdate == NULL ||
expdate
== NULL) {
187
else if(u_strcmp(gotdate,
expdate
) !=0){
189
austrdup(gotdate), austrdup(
expdate
) );
Completed in 76 milliseconds