OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MONTH_LENGTH
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/java/java/util/
Grego.java
46
private static final int[]
MONTH_LENGTH
= new int[] {
72
return
MONTH_LENGTH
[month + (isLeapYear(year) ? 12 : 0)];
/external/icu4c/test/intltest/
tzbdtest.h
91
static const int32_t
MONTH_LENGTH
[];
tzbdtest.cpp
61
const int32_t TimeZoneBoundaryTest::
MONTH_LENGTH
[] = {
/external/icu4c/i18n/
gregoimp.h
251
static const int8_t
MONTH_LENGTH
[24];
265
return
MONTH_LENGTH
[month + (isLeapYear(year) ? 12 : 0)];
hebrwcal.cpp
72
static const int8_t
MONTH_LENGTH
[][3] = {
91
* Although this can be calculated from the
MONTH_LENGTH
table,
515
return
MONTH_LENGTH
[month][yearType(extendedYear)];
519
return
MONTH_LENGTH
[month][0];
gregoimp.cpp
81
const int8_t Grego::
MONTH_LENGTH
[24] =
Completed in 116 milliseconds