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

  /external/icu/icu4c/source/i18n/
hebrwcal.h 32 * <code>HebrewCalendar</code> is a subclass of <code>Calendar</code>
85 class U_I18N_API HebrewCalendar : public Calendar {
88 * Useful constants for HebrewCalendar.
159 * Constructs a HebrewCalendar based on the current time in the default time zone
163 * @param success Indicates the status of HebrewCalendar object construction.
167 HebrewCalendar(const Locale& aLocale, UErrorCode& success);
174 virtual ~HebrewCalendar();
181 HebrewCalendar(const HebrewCalendar& source);
188 HebrewCalendar& operator=(const HebrewCalendar& right)
    [all...]
hebrwcal.cpp 14 * 12/03/2003 srl ported from java HebrewCalendar
153 * Constructs a default <code>HebrewCalendar</code> using the current time
157 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success)
165 HebrewCalendar::~HebrewCalendar() {
168 const char *HebrewCalendar::getType() const {
172 Calendar* HebrewCalendar::clone() const {
173 return new HebrewCalendar(*this);
176 HebrewCalendar::HebrewCalendar(const HebrewCalendar& other) : Calendar(other)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
HebrewCalendar.java 18 * <code>HebrewCalendar</code> is a subclass of <code>Calendar</code>
66 * HebrewCalendar usually should be instantiated using
76 public class HebrewCalendar extends Calendar {
266 * Constructs a default <code>HebrewCalendar</code> using the current time
270 public HebrewCalendar() {
275 * Constructs a <code>HebrewCalendar</code> based on the current time
281 public HebrewCalendar(TimeZone zone) {
286 * Constructs a <code>HebrewCalendar</code> based on the current time
291 public HebrewCalendar(Locale aLocale) {
296 * Constructs a <code>HebrewCalendar</code> based on the current tim
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
HebrewCalendar.java 17 * <code>HebrewCalendar</code> is a subclass of <code>Calendar</code>
65 * HebrewCalendar usually should be instantiated using
76 public class HebrewCalendar extends Calendar {
279 * Constructs a default <code>HebrewCalendar</code> using the current time
284 public HebrewCalendar() {
289 * Constructs a <code>HebrewCalendar</code> based on the current time
296 public HebrewCalendar(TimeZone zone) {
301 * Constructs a <code>HebrewCalendar</code> based on the current time
307 public HebrewCalendar(Locale aLocale) {
312 * Constructs a <code>HebrewCalendar</code> based on the current tim
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 99 milliseconds