OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MONTH_LENGTH
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tzbdtest.h
91
static const int32_t
MONTH_LENGTH
[];
tzbdtest.cpp
61
const int32_t TimeZoneBoundaryTest::
MONTH_LENGTH
[] = {
/external/icu4c/test/intltest/
tzbdtest.h
91
static const int32_t
MONTH_LENGTH
[];
tzbdtest.cpp
61
const int32_t TimeZoneBoundaryTest::
MONTH_LENGTH
[] = {
/external/chromium_org/third_party/icu/source/i18n/
gregoimp.cpp
81
const int8_t Grego::
MONTH_LENGTH
[24] =
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];
/external/icu4c/i18n/
gregoimp.cpp
81
const int8_t Grego::
MONTH_LENGTH
[24] =
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];
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 225 milliseconds