OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCAL_DAY_OF_MONTH
(Results
1 - 12
of
12
) sorted by null
/external/icu4c/i18n/
calendar.cpp
[
all
...]
chnsecal.cpp
242
{
UCAL_DAY_OF_MONTH
, kResolveSTOP },
250
{ kResolveRemap |
UCAL_DAY_OF_MONTH
, UCAL_IS_LEAP_MONTH, kResolveSTOP },
341
int32_t dom = get(
UCAL_DAY_OF_MONTH
, status);
371
int32_t dom = get(
UCAL_DAY_OF_MONTH
, status);
669
internalSet(
UCAL_DAY_OF_MONTH
, dayOfMonth);
754
if (getActualMaximum(
UCAL_DAY_OF_MONTH
, status) >= dom) {
hebrwcal.cpp
258
pinField(
UCAL_DAY_OF_MONTH
, status);
334
pinField(
UCAL_DAY_OF_MONTH
, status);
600
internalSet(
UCAL_DAY_OF_MONTH
, dayOfMonth);
gregocal.cpp
436
internalSet(
UCAL_DAY_OF_MONTH
, dayOfMonth);
837
case
UCAL_DAY_OF_MONTH
:
845
cDayOfMonth = internalGet(
UCAL_DAY_OF_MONTH
) - ((t >= fGregorianCutover) ? 10 : 0);
[
all
...]
indiancal.cpp
331
internalSet(
UCAL_DAY_OF_MONTH
, IndianDayOfMonth);
persncal.cpp
361
internalSet(
UCAL_DAY_OF_MONTH
, jd);
islamcal.cpp
440
internalSet(
UCAL_DAY_OF_MONTH
, dayOfMonth);
dtitvinf.cpp
88
} else if ( lrgDiffCalUnit ==
UCAL_DAY_OF_MONTH
||
530
//case
UCAL_DAY_OF_MONTH
:
/external/icu4c/test/intltest/
callimts.cpp
202
int32_t maxDOM = cal.getMaximum(
UCAL_DAY_OF_MONTH
);
203
int32_t lmaxDOM = cal.getLeastMaximum(
UCAL_DAY_OF_MONTH
);
279
UCAL_DAY_OF_MONTH
,
astrotst.cpp
275
cal->set(
UCAL_DAY_OF_MONTH
, 1);
tzrulets.cpp
281
dayOfMonth = cal->get(
UCAL_DAY_OF_MONTH
, status);
320
dayOfMonth = cal->get(
UCAL_DAY_OF_MONTH
, status);
[
all
...]
/external/icu4c/i18n/unicode/
ucal.h
82
* UCAL_MONTH +
UCAL_DAY_OF_MONTH
243
* @see #
UCAL_DAY_OF_MONTH
433
UCAL_DAY_OF_MONTH
=UCAL_DATE
[
all
...]
Completed in 330 milliseconds