OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CalendarAstronomer
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/i18n/
astro.h
21
* <code>
CalendarAstronomer
</code> is a class that can perform the calculations to
29
* at a given moment in time. Accordingly, each <code>
CalendarAstronomer
</code>
54
class U_I18N_API
CalendarAstronomer
: public UMemory {
72
* @see
CalendarAstronomer
.Equatorial
73
* @see
CalendarAstronomer
.Horizon
141
* @see
CalendarAstronomer
.Ecliptic
142
* @see
CalendarAstronomer
.Horizon
215
* @see
CalendarAstronomer
.Ecliptic
216
* @see
CalendarAstronomer
.Equatorial
288
* Construct a new <code>
CalendarAstronomer
</code> object that is initialized t
[
all
...]
astro.cpp
103
const double
CalendarAstronomer
::SYNODIC_MONTH = 29.530588853;
201
const double
CalendarAstronomer
::PI = 3.14159265358979323846;
203
#define CalendarAstronomer_PI2 (
CalendarAstronomer
::PI*2.0)
204
#define RAD_HOUR ( 12 /
CalendarAstronomer
::PI ) // radians -> hours
205
#define DEG_RAD (
CalendarAstronomer
::PI / 180 ) // degrees -> radians
206
#define RAD_DEG ( 180 /
CalendarAstronomer
::PI ) // radians -> degrees
222
return normalize(angle,
CalendarAstronomer
::PI * 2.0);
229
return normalize(angle +
CalendarAstronomer
::PI,
CalendarAstronomer
::PI * 2.0) -
CalendarAstronomer
::PI
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarAstronomer.java
15
* <code>
CalendarAstronomer
</code> is a class that can perform the calculations to
23
* at a given moment in time. Accordingly, each <code>
CalendarAstronomer
</code>
49
public class
CalendarAstronomer
{
198
* Construct a new <code>
CalendarAstronomer
</code> object that is initialized to
202
public
CalendarAstronomer
() {
207
* Construct a new <code>
CalendarAstronomer
</code> object that is initialized to
211
public
CalendarAstronomer
(Date d) {
216
* Construct a new <code>
CalendarAstronomer
</code> object that is initialized to
223
public
CalendarAstronomer
(long aTime) {
228
* Construct a new <code>
CalendarAstronomer
</code> object with the give
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java
14
* <code>
CalendarAstronomer
</code> is a class that can perform the calculations to
22
* at a given moment in time. Accordingly, each <code>
CalendarAstronomer
</code>
47
public class
CalendarAstronomer
{
196
* Construct a new <code>
CalendarAstronomer
</code> object that is initialized to
200
public
CalendarAstronomer
() {
205
* Construct a new <code>
CalendarAstronomer
</code> object that is initialized to
209
public
CalendarAstronomer
(Date d) {
214
* Construct a new <code>
CalendarAstronomer
</code> object that is initialized to
221
public
CalendarAstronomer
(long aTime) {
226
* Construct a new <code>
CalendarAstronomer
</code> object with the give
[
all
...]
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 231 milliseconds