OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CopticCalendar
(Results
1 - 8
of
8
) sorted by null
/external/chromium/third_party/icu/source/i18n/
coptccal.cpp
19
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
CopticCalendar
)
27
CopticCalendar
::
CopticCalendar
(const Locale& aLocale, UErrorCode& success)
32
CopticCalendar
::
CopticCalendar
(const
CopticCalendar
& other)
37
CopticCalendar
::~
CopticCalendar
()
42
CopticCalendar
::clone() const
44
return new
CopticCalendar
(*this)
[
all
...]
coptccal.h
24
class
CopticCalendar
: public CECalendar {
28
* Useful constants for
CopticCalendar
.
119
* Constructs a
CopticCalendar
based on the current time in the default time zone
123
* @param success Indicates the status of
CopticCalendar
object construction.
127
CopticCalendar
(const Locale& aLocale, UErrorCode& success);
133
CopticCalendar
(const
CopticCalendar
& other);
139
virtual ~
CopticCalendar
();
calendar.cpp
317
cal = new
CopticCalendar
(loc, status);
[
all
...]
/external/icu4c/i18n/
coptccal.cpp
19
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
CopticCalendar
)
27
CopticCalendar
::
CopticCalendar
(const Locale& aLocale, UErrorCode& success)
32
CopticCalendar
::
CopticCalendar
(const
CopticCalendar
& other)
37
CopticCalendar
::~
CopticCalendar
()
42
CopticCalendar
::clone() const
44
return new
CopticCalendar
(*this)
[
all
...]
coptccal.h
24
class
CopticCalendar
: public CECalendar {
28
* Useful constants for
CopticCalendar
.
119
* Constructs a
CopticCalendar
based on the current time in the default time zone
123
* @param success Indicates the status of
CopticCalendar
object construction.
127
CopticCalendar
(const Locale& aLocale, UErrorCode& success);
133
CopticCalendar
(const
CopticCalendar
& other);
139
virtual ~
CopticCalendar
();
calendar.cpp
317
cal = new
CopticCalendar
(loc, status);
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
/external/chromium/third_party/icu/public/common/unicode/
urename.h
[
all
...]
Completed in 381 milliseconds