OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJDEpochOffset
(Results
1 - 12
of
12
) sorted by null
/external/chromium/third_party/icu/source/i18n/
cecal.h
101
virtual int32_t
getJDEpochOffset
() const = 0;
coptccal.h
189
virtual int32_t
getJDEpochOffset
() const;
coptccal.cpp
79
jdToCE(julianDay,
getJDEpochOffset
(), eyear, month, day);
154
CopticCalendar::
getJDEpochOffset
() const
ethpccal.h
205
virtual int32_t
getJDEpochOffset
() const;
ethpccal.cpp
105
jdToCE(julianDay,
getJDEpochOffset
(), eyear, month, day);
191
EthiopicCalendar::
getJDEpochOffset
() const
cecal.cpp
78
return ceToJD(eyear, emonth, 0,
getJDEpochOffset
());
/external/icu4c/i18n/
cecal.h
101
virtual int32_t
getJDEpochOffset
() const = 0;
coptccal.h
189
virtual int32_t
getJDEpochOffset
() const;
coptccal.cpp
79
jdToCE(julianDay,
getJDEpochOffset
(), eyear, month, day);
154
CopticCalendar::
getJDEpochOffset
() const
ethpccal.h
205
virtual int32_t
getJDEpochOffset
() const;
ethpccal.cpp
105
jdToCE(julianDay,
getJDEpochOffset
(), eyear, month, day);
191
EthiopicCalendar::
getJDEpochOffset
() const
cecal.cpp
78
return ceToJD(eyear, emonth, 0,
getJDEpochOffset
());
Completed in 274 milliseconds