OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grego
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/intltest/
incaltst.cpp
155
//java.util.Calendar
grego
= java.util.Calendar.getInstance();
156
Calendar *
grego
= Calendar::createInstance(gcl, status);
local
163
int32_t tz2 =
grego
-> get (UCAL_ZONE_OFFSET, status);
165
errln((UnicodeString)"cal's tz " + tz1 + " !=
grego
's tz " + tz2);
175
grego
->clear();
176
grego
->set(gregorianYear, month, dayOfMonth);
177
UDate D =
grego
->getTime(status);
185
logln((UnicodeString)"
grego
: " + CalendarTest::calToStr(*
grego
));
202
logln((UnicodeString)"
grego
: " + CalendarTest::calToStr(*grego))
[
all
...]
/external/icu4c/test/intltest/
incaltst.cpp
155
//java.util.Calendar
grego
= java.util.Calendar.getInstance();
156
Calendar *
grego
= Calendar::createInstance(gcl, status);
local
163
int32_t tz2 =
grego
-> get (UCAL_ZONE_OFFSET, status);
165
errln((UnicodeString)"cal's tz " + tz1 + " !=
grego
's tz " + tz2);
175
grego
->clear();
176
grego
->set(gregorianYear, month, dayOfMonth);
177
UDate D =
grego
->getTime(status);
185
logln((UnicodeString)"
grego
: " + CalendarTest::calToStr(*
grego
));
202
logln((UnicodeString)"
grego
: " + CalendarTest::calToStr(*grego))
[
all
...]
Completed in 1458 milliseconds