OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IndianCalendar
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
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
...]
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
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 580 milliseconds