OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IslamicCalendar
(Results
1 - 9
of
9
) sorted by null
/external/icu4c/i18n/
islamcal.cpp
12
* 10/14/2003 srl ported from java
IslamicCalendar
75
// Implementation of the
IslamicCalendar
class
81
const char *
IslamicCalendar
::getType() const {
89
Calendar*
IslamicCalendar
::clone() const {
90
return new
IslamicCalendar
(*this);
93
IslamicCalendar
::
IslamicCalendar
(const Locale& aLocale, UErrorCode& success, ECivil beCivil)
100
IslamicCalendar
::
IslamicCalendar
(const
IslamicCalendar
& other) : Calendar(other), civil(other.civil)
[
all
...]
islamcal.h
12
* 10/14/2003 srl ported from java
IslamicCalendar
28
* <code>
IslamicCalendar
</code> is a subclass of <code>Calendar</code>
53
* This is the default behavior of a newly-created <code>
IslamicCalendar
</code>
84
class
IslamicCalendar
: public Calendar {
185
* Constructs an
IslamicCalendar
based on the current time in the default time zone
189
* @param success Indicates the status of
IslamicCalendar
object construction.
194
IslamicCalendar
(const Locale& aLocale, UErrorCode &success, ECivil beCivil = CIVIL);
200
IslamicCalendar
(const
IslamicCalendar
& other);
206
virtual ~
IslamicCalendar
();
[
all
...]
calendar.cpp
304
cal = new
IslamicCalendar
(loc, status,
IslamicCalendar
::CIVIL);
307
cal = new
IslamicCalendar
(loc, status,
IslamicCalendar
::ASTRONOMICAL);
[
all
...]
/external/icu4c/test/intltest/
uobjtest.cpp
366
TESTCLASSID_FACTORY(
IslamicCalendar
, Calendar::createInstance(Locale("@calendar=islamic"), status));
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 251 milliseconds