OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PersianCalendar
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/i18n/
persncal.cpp
65
// Implementation of the
PersianCalendar
class
71
const char *
PersianCalendar
::getType() const {
75
Calendar*
PersianCalendar
::clone() const {
76
return new
PersianCalendar
(*this);
79
PersianCalendar
::
PersianCalendar
(const Locale& aLocale, UErrorCode& success)
85
PersianCalendar
::
PersianCalendar
(const
PersianCalendar
& other) : Calendar(other) {
88
PersianCalendar
::~PersianCalendar(
[
all
...]
persncal.h
28
* <code>
PersianCalendar
</code> is a subclass of <code>Calendar</code>
48
class
PersianCalendar
: public Calendar {
140
* Constructs a
PersianCalendar
based on the current time in the default time zone
144
* @param success Indicates the status of
PersianCalendar
object construction.
148
PersianCalendar
(const Locale& aLocale, UErrorCode &success);
154
PersianCalendar
(const
PersianCalendar
& other);
160
virtual ~
PersianCalendar
();
280
PersianCalendar
(); // default constructor not implemented
calendar.cpp
316
cal = new
PersianCalendar
(loc, status);
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
persncal.cpp
176
// Implementation of the
PersianCalendar
class
182
const char *
PersianCalendar
::getType() const {
186
Calendar*
PersianCalendar
::clone() const {
187
return new
PersianCalendar
(*this);
190
PersianCalendar
::
PersianCalendar
(const Locale& aLocale, UErrorCode& success)
196
PersianCalendar
::
PersianCalendar
(const
PersianCalendar
& other) : Calendar(other) {
199
PersianCalendar
::~PersianCalendar(
[
all
...]
persncal.h
28
* <code>
PersianCalendar
</code> is a subclass of <code>Calendar</code>
48
class
PersianCalendar
: public Calendar {
140
* Constructs a
PersianCalendar
based on the current time in the default time zone
144
* @param success Indicates the status of
PersianCalendar
object construction.
148
PersianCalendar
(const Locale& aLocale, UErrorCode &success);
154
PersianCalendar
(const
PersianCalendar
& other);
160
virtual ~
PersianCalendar
();
280
PersianCalendar
(); // default constructor not implemented
calendar.cpp
301
cal = new
PersianCalendar
(loc, status);
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp
369
TESTCLASSID_FACTORY(
PersianCalendar
, Calendar::createInstance(Locale("@calendar=persian"), status));
/external/icu4c/test/intltest/
uobjtest.cpp
381
TESTCLASSID_FACTORY(
PersianCalendar
, Calendar::createInstance(Locale("@calendar=persian"), status));
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 160 milliseconds