OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndianCalendar
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
indiancal.cpp
30
// Implementation of the
IndianCalendar
class
37
Calendar*
IndianCalendar
::clone() const {
38
return new
IndianCalendar
(*this);
41
IndianCalendar
::
IndianCalendar
(const Locale& aLocale, UErrorCode& success)
47
IndianCalendar
::
IndianCalendar
(const
IndianCalendar
& other) : Calendar(other) {
50
IndianCalendar
::~
IndianCalendar
()
[
all
...]
indiancal.h
25
* <code>
IndianCalendar
</code> is a subclass of <code>Calendar</code>
69
class
IndianCalendar
: public Calendar {
72
* Useful constants for
IndianCalendar
.
142
* Constructs an
IndianCalendar
based on the current time in the default time zone
146
* @param success Indicates the status of
IndianCalendar
object construction.
151
IndianCalendar
(const Locale& aLocale, UErrorCode &success);
157
IndianCalendar
(const
IndianCalendar
& other);
163
virtual ~
IndianCalendar
();
286
IndianCalendar
(); // default constructor not implemente
[
all
...]
calendar.cpp
316
cal = new
IndianCalendar
(loc, status);
[
all
...]
/external/icu4c/i18n/
indiancal.cpp
30
// Implementation of the
IndianCalendar
class
37
Calendar*
IndianCalendar
::clone() const {
38
return new
IndianCalendar
(*this);
41
IndianCalendar
::
IndianCalendar
(const Locale& aLocale, UErrorCode& success)
47
IndianCalendar
::
IndianCalendar
(const
IndianCalendar
& other) : Calendar(other) {
50
IndianCalendar
::~
IndianCalendar
()
[
all
...]
indiancal.h
25
* <code>
IndianCalendar
</code> is a subclass of <code>Calendar</code>
69
class
IndianCalendar
: public Calendar {
72
* Useful constants for
IndianCalendar
.
142
* Constructs an
IndianCalendar
based on the current time in the default time zone
146
* @param success Indicates the status of
IndianCalendar
object construction.
151
IndianCalendar
(const Locale& aLocale, UErrorCode &success);
157
IndianCalendar
(const
IndianCalendar
& other);
163
virtual ~
IndianCalendar
();
286
IndianCalendar
(); // default constructor not implemente
[
all
...]
calendar.cpp
331
cal = new
IndianCalendar
(loc, status);
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
calcasts.cpp
316
static const int32_t CHAITRA =
IndianCalendar
::CHAITRA + 1;
317
static const int32_t VAISAKHA =
IndianCalendar
::VAISAKHA + 1;
318
static const int32_t JYAISTHA =
IndianCalendar
::JYAISTHA + 1;
319
static const int32_t ASADHA =
IndianCalendar
::ASADHA + 1;
320
static const int32_t SRAVANA =
IndianCalendar
::SRAVANA + 1 ;
321
static const int32_t BHADRA =
IndianCalendar
::BHADRA + 1 ;
322
static const int32_t ASVINA =
IndianCalendar
::ASVINA + 1 ;
323
static const int32_t KARTIKA =
IndianCalendar
::KARTIKA + 1 ;
324
static const int32_t AGRAHAYANA =
IndianCalendar
::AGRAHAYANA + 1 ;
325
static const int32_t PAUSA =
IndianCalendar
::PAUSA + 1
[
all
...]
uobjtest.cpp
370
TESTCLASSID_FACTORY(
IndianCalendar
, Calendar::createInstance(Locale("@calendar=indian"), status));
/external/icu4c/test/intltest/
calcasts.cpp
315
static const int32_t CHAITRA =
IndianCalendar
::CHAITRA + 1;
316
static const int32_t VAISAKHA =
IndianCalendar
::VAISAKHA + 1;
317
static const int32_t JYAISTHA =
IndianCalendar
::JYAISTHA + 1;
318
static const int32_t ASADHA =
IndianCalendar
::ASADHA + 1;
319
static const int32_t SRAVANA =
IndianCalendar
::SRAVANA + 1 ;
320
static const int32_t BHADRA =
IndianCalendar
::BHADRA + 1 ;
321
static const int32_t ASVINA =
IndianCalendar
::ASVINA + 1 ;
322
static const int32_t KARTIKA =
IndianCalendar
::KARTIKA + 1 ;
323
static const int32_t AGRAHAYANA =
IndianCalendar
::AGRAHAYANA + 1 ;
324
static const int32_t PAUSA =
IndianCalendar
::PAUSA + 1
[
all
...]
uobjtest.cpp
382
TESTCLASSID_FACTORY(
IndianCalendar
, Calendar::createInstance(Locale("@calendar=indian"), status));
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 708 milliseconds