OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toCalendar
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/test/intltest/
dadrcal.cpp
99
Calendar *
toCalendar
= NULL;
235
toCalendar
= fromCalendar->clone();
241
toCalendar
->roll((UCalendarDateFields)q,
244
toCalendar
->add((UCalendarDateFields)q,
263
if(!(
toCalendar
->getTime(status)==toDate) || U_FAILURE(status)){
270
} else if (!toSet.matches(
toCalendar
, diffSet, status)) {
283
delete
toCalendar
;
289
const CalendarFieldsSet &toSet, Calendar *
toCalendar
, UBool forward) {
292
: "reverse")+" "+fromCalendar->getType()+"->"+
toCalendar
->getType();
340
toCalendar
->clear()
[
all
...]
/external/icu4c/i18n/
dtitvfmt.cpp
279
Calendar&
toCalendar
,
288
//if ( fromCalendar.getType() !=
toCalendar
.getType() ) {
289
if ( !fromCalendar.isEquivalentTo(
toCalendar
) ) {
297
if ( fromCalendar.get(UCAL_ERA,status) !=
toCalendar
.get(UCAL_ERA,status)) {
300
toCalendar
.get(UCAL_YEAR, status) ) {
303
toCalendar
.get(UCAL_MONTH, status) ) {
306
toCalendar
.get(UCAL_DATE, status) ) {
309
toCalendar
.get(UCAL_AM_PM, status) ) {
312
toCalendar
.get(UCAL_HOUR, status) ) {
315
toCalendar
.get(UCAL_MINUTE, status) )
[
all
...]
/external/icu4c/i18n/unicode/
dtitvfmt.h
412
* Note: "fromCalendar" and "
toCalendar
" are not const,
417
* @param
toCalendar
calendar set to the to date in date interval
430
Calendar&
toCalendar
,
670
* @param
toCalendar
calendar set to the to date in date interval
681
Calendar&
toCalendar
,
[
all
...]
/external/icu4c/test/cintltst/
cldrtest.c
610
UResourceBundle *
toCalendar
, *fromCalendar, *toGregorian, *fromGregorian;
619
toCalendar
= ures_getByKey(toLocaleBund, "calendar", NULL, &errorCode);
620
toGregorian = ures_getByKeyWithFallback(
toCalendar
, "gregorian", NULL, &errorCode);
662
ures_close(
toCalendar
);
[
all
...]
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 216 milliseconds