HomeSort by relevance Sort by last modified time
    Searched full:civil (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium/third_party/icu/source/i18n/
islamcal.cpp 82 if(civil==CIVIL) {
83 return "islamic-civil";
95 civil(beCivil)
100 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), civil(other.civil) {
108 * Determines whether this object uses the fixed-cycle Islamic civil calendar
111 * @param beCivil <code>true</code> to use the civil calendar,
117 if (civil != beCivil) {
121 civil = beCivil
    [all...]
islamcal.h 29 * that implements the Islamic civil and religious calendars. It
30 * is used as the civil calendar in most of the Arab world and the
49 * is the <em>civil</em> calendar, which uses a fixed cycle of alternating 29-
52 * advance, so it is used as the civil calendar in a number of Arab countries.
61 * start of a month in the religious calendar to differ from the civil calendar
74 * fixed-cycle civil calendar is used. However, if <code>setCivil(false)</code>
90 * Calendar type - civil or religious
95 CIVIL
191 * @param beCivil Whether the calendar should be civil (default-TRUE) or religious (FALSE)
194 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECivil beCivil = CIVIL);
283 ECivil civil; member in class:IslamicCalendar
    [all...]
indiancal.h 26 * that numbers years since the begining of SAKA ERA. This is the civil calendar
148 * @param beCivil Whether the calendar should be civil (default-TRUE) or religious (FALSE)
166 * Determines whether this object uses the fixed-cycle Indian civil calendar
169 * @param beCivil <code>CIVIL</code> to use the civil calendar,
176 * Returns <code>true</code> if this object is using the fixed-cycle civil
buddhcal.h 32 * that numbers years since the birth of the Buddha. This is the civil calendar
ucal.cpp 552 "islamic-civil",
hebrwcal.h 32 * This is the civil calendar in Israel and the liturgical calendar
  /external/icu4c/i18n/
islamcal.cpp 82 if(civil==CIVIL) {
83 return "islamic-civil";
95 civil(beCivil)
100 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), civil(other.civil) {
108 * Determines whether this object uses the fixed-cycle Islamic civil calendar
111 * @param beCivil <code>true</code> to use the civil calendar,
117 if (civil != beCivil) {
121 civil = beCivil
    [all...]
islamcal.h 29 * that implements the Islamic civil and religious calendars. It
30 * is used as the civil calendar in most of the Arab world and the
49 * is the <em>civil</em> calendar, which uses a fixed cycle of alternating 29-
52 * advance, so it is used as the civil calendar in a number of Arab countries.
61 * start of a month in the religious calendar to differ from the civil calendar
74 * fixed-cycle civil calendar is used. However, if <code>setCivil(false)</code>
90 * Calendar type - civil or religious
95 CIVIL
191 * @param beCivil Whether the calendar should be civil (default-TRUE) or religious (FALSE)
194 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECivil beCivil = CIVIL);
283 ECivil civil; member in class:IslamicCalendar
    [all...]
indiancal.h 26 * that numbers years since the begining of SAKA ERA. This is the civil calendar
148 * @param beCivil Whether the calendar should be civil (default-TRUE) or religious (FALSE)
166 * Determines whether this object uses the fixed-cycle Indian civil calendar
169 * @param beCivil <code>CIVIL</code> to use the civil calendar,
176 * Returns <code>true</code> if this object is using the fixed-cycle civil
buddhcal.h 32 * that numbers years since the birth of the Buddha. This is the civil calendar
  /frameworks/base/services/java/com/android/server/
TwilightCalculator.java 36 // correction for civil twilight
50 * Time of sunset (civil twilight) in milliseconds or -1 in the case the day
56 * Time of sunrise (civil twilight) in milliseconds or -1 in the case the
65 * calculates the civil twilight bases on time and geo-coordinates.
  /external/libvpx/examples/includes/geshi/geshi/
lotusscript.php 5 * Author: Richard Civil (info@richardcivil.net)
6 * Copyright: (c) 2008 Richard Civil (info@richardcivil.net), Nigel McNie (http://qbnz.com/highlighter)
lotusformulas.php 5 * Author: Richard Civil (info@richardcivil.net)
6 * Copyright: (c) 2008 Richard Civil (info@richardcivil.net), Nigel McNie (http://qbnz.com/highlighter)
  /external/webkit/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 208 Where civil blood makes civil hands unclean.\n\
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 208 Where civil blood makes civil hands unclean.\n\
  /external/chromium/third_party/icu/source/test/intltest/
restsnew.cpp     [all...]
calcasts.cpp 166 Calendar *c = Calendar::createInstance("ar@calendar=islamic-civil", status);
176 DateFormat *fmt = DateFormat::createDateInstance(DateFormat::kFull, Locale("ar_JO@calendar=islamic-civil"));
333 // work properly for a wide range of data in the Indian civil calendar.
callimts.cpp 156 {"islamic-civil", FALSE, DEFAULT_START},
  /external/icu4c/test/intltest/
restsnew.cpp     [all...]
calcasts.cpp 166 Calendar *c = Calendar::createInstance("ar@calendar=islamic-civil", status);
177 DateFormat *fmt = DateFormat::createDateInstance(DateFormat::kFull, Locale("ar_JO@calendar=islamic-civil"));
335 // work properly for a wide range of data in the Indian civil calendar.
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
SunCalculator.java 37 /** Civil sunrise/set (dawn/dusk) is when the sun is 6 degrees below the horizon. */
  /external/quake/quake/src/WinQuake/data/
COMEXP.TXT 374 resulting directly or indirectly from acts of God, civil or
375 military authority, civil disturbance, military action, war,
420 seq., Texas Civil Practices and Remedies Code, as supplemented by
  /development/apps/FontLab/src/com/android/fontlab/
FontLab.java 50 + " that all men are created equal. Now we are engaged in a great civil"
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 143 "And furious close of civil butchery" +
List6.java 157 "And furious close of civil butchery" +

Completed in 580 milliseconds

1 2 3