OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IslamicCalendar
(Results
1 - 12
of
12
) sorted by null
/external/icu/icu4c/source/i18n/
islamcal.h
14
* 10/14/2003 srl ported from java
IslamicCalendar
30
* <code>
IslamicCalendar
</code> is a subclass of <code>Calendar</code>
55
* This is the default behavior of a newly-created <code>
IslamicCalendar
</code>
86
class U_I18N_API
IslamicCalendar
: public Calendar {
189
* Constructs an
IslamicCalendar
based on the current time in the default time zone
193
* @param success Indicates the status of
IslamicCalendar
object construction.
198
IslamicCalendar
(const Locale& aLocale, UErrorCode &success, ECalculationType type = CIVIL);
204
IslamicCalendar
(const
IslamicCalendar
& other);
210
virtual ~
IslamicCalendar
();
[
all
...]
islamcal.cpp
14
* 10/14/2003 srl ported from java
IslamicCalendar
77
// Implementation of the
IslamicCalendar
class
209
const char *
IslamicCalendar
::getType() const {
233
Calendar*
IslamicCalendar
::clone() const {
234
return new
IslamicCalendar
(*this);
237
IslamicCalendar
::
IslamicCalendar
(const Locale& aLocale, UErrorCode& success, ECalculationType type)
244
IslamicCalendar
::
IslamicCalendar
(const
IslamicCalendar
& other) : Calendar(other), cType(other.cType)
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
IslamicCalendar.java
22
* <code>
IslamicCalendar
</code> is a subclass of <code>Calendar</code>
47
* This is the default behavior of a newly-created <code>
IslamicCalendar
</code>
74
*
IslamicCalendar
usually should be instantiated using
85
public class
IslamicCalendar
extends Calendar {
170
* Constructs a default <code>
IslamicCalendar
</code> using the current time
174
public
IslamicCalendar
()
180
* Constructs an <code>
IslamicCalendar
</code> based on the current time
185
public
IslamicCalendar
(TimeZone zone)
191
* Constructs an <code>
IslamicCalendar
</code> based on the current time
196
public
IslamicCalendar
(Locale aLocale
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
IslamicCalendar.java
21
* <code>
IslamicCalendar
</code> is a subclass of <code>Calendar</code>
46
* This is the default behavior of a newly-created <code>
IslamicCalendar
</code>
78
*
IslamicCalendar
usually should be instantiated using
90
public class
IslamicCalendar
extends Calendar {
187
* Constructs a default <code>
IslamicCalendar
</code> using the current time
192
public
IslamicCalendar
()
198
* Constructs an <code>
IslamicCalendar
</code> based on the current time
204
public
IslamicCalendar
(TimeZone zone)
210
* Constructs an <code>
IslamicCalendar
</code> based on the current time
216
public
IslamicCalendar
(Locale aLocale
[
all
...]
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar
/prebuilts/sdk/25/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.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 137 milliseconds