OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testCal
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tzregts.cpp
311
GregorianCalendar *
testCal
= (GregorianCalendar*)Calendar::createInstance(status);
314
delete
testCal
;
331
//
testCal
->setTimeZone((TimeZone) testData[i]);
332
testCal
->setTimeZone(*PST);
335
while(
testCal
->getTime(status) < end) {
336
testCal
->setTime(t, status);
337
if ( ! checkCalendar314(
testCal
, PST))
345
delete
testCal
;
350
TimeZoneRegressionTest::checkCalendar314(GregorianCalendar *
testCal
, TimeZone *testTZ)
353
// GregorianCalendar
testCal
= (GregorianCalendar)aCal.clone();
[
all
...]
calregts.cpp
[
all
...]
/external/icu/icu4c/source/test/intltest/
tzregts.cpp
311
GregorianCalendar *
testCal
= (GregorianCalendar*)Calendar::createInstance(status);
314
delete
testCal
;
331
//
testCal
->setTimeZone((TimeZone) testData[i]);
332
testCal
->setTimeZone(*PST);
335
while(
testCal
->getTime(status) < end) {
336
testCal
->setTime(t, status);
337
if ( ! checkCalendar314(
testCal
, PST))
345
delete
testCal
;
350
TimeZoneRegressionTest::checkCalendar314(GregorianCalendar *
testCal
, TimeZone *testTZ)
353
// GregorianCalendar
testCal
= (GregorianCalendar)aCal.clone();
[
all
...]
calregts.cpp
[
all
...]
Completed in 239 milliseconds