HomeSort by relevance Sort by last modified time
    Searched defs:Horizon (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/i18n/
astro.h 73 * @see CalendarAstronomer.Horizon
142 * @see CalendarAstronomer.Horizon
204 * the local horizon.
205 * The <i>Altitude</i> represents the object's elevation above the horizon,
206 * with objects below the horizon having a negative altitude.
211 * Note that Horizon objects are immutable and cannot be modified
219 class U_I18N_API Horizon : public UMemory {
222 * Constructs a Horizon coordinate object.
224 * @param alt The altitude, measured in radians above the horizon.
228 Horizon(double alt=0, double azim=0
    [all...]
  /external/icu4c/i18n/
astro.h 73 * @see CalendarAstronomer.Horizon
142 * @see CalendarAstronomer.Horizon
204 * the local horizon.
205 * The <i>Altitude</i> represents the object's elevation above the horizon,
206 * with objects below the horizon having a negative altitude.
211 * Note that Horizon objects are immutable and cannot be modified
219 class U_I18N_API Horizon : public UMemory {
222 * Constructs a Horizon coordinate object.
224 * @param alt The altitude, measured in radians above the horizon.
228 Horizon(double alt=0, double azim=0
    [all...]

Completed in 49 milliseconds