OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TaiwanCalendar
(Results
1 - 11
of
11
) sorted by null
/external/icu/icu4c/source/i18n/
taiwncal.h
34
* <code>
TaiwanCalendar
</code> is a subclass of <code>GregorianCalendar</code>
45
class
TaiwanCalendar
: public GregorianCalendar {
49
* Useful constants for
TaiwanCalendar
. Only one Era.
58
* Constructs a
TaiwanCalendar
based on the current time in the default time zone
62
* @param success Indicates the status of
TaiwanCalendar
object construction.
66
TaiwanCalendar
(const Locale& aLocale, UErrorCode& success);
73
virtual ~
TaiwanCalendar
();
80
TaiwanCalendar
(const
TaiwanCalendar
& source);
87
TaiwanCalendar
& operator=(const TaiwanCalendar& right)
[
all
...]
taiwncal.cpp
29
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
TaiwanCalendar
)
35
TaiwanCalendar
::
TaiwanCalendar
(const Locale& aLocale, UErrorCode& success)
41
TaiwanCalendar
::~
TaiwanCalendar
()
45
TaiwanCalendar
::
TaiwanCalendar
(const
TaiwanCalendar
& source)
50
TaiwanCalendar
&
TaiwanCalendar
::operator= ( const TaiwanCalendar& right
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
TaiwanCalendar.java
17
* <code>
TaiwanCalendar
</code> is a subclass of <code>GregorianCalendar</code>
27
*
TaiwanCalendar
usually should be instantiated using
38
public class
TaiwanCalendar
extends GregorianCalendar {
64
* Constructs a <code>
TaiwanCalendar
</code> using the current time
67
public
TaiwanCalendar
() {
72
* Constructs a <code>
TaiwanCalendar
</code> based on the current time
77
public
TaiwanCalendar
(TimeZone zone) {
82
* Constructs a <code>
TaiwanCalendar
</code> based on the current time
87
public
TaiwanCalendar
(Locale aLocale) {
92
* Constructs a <code>
TaiwanCalendar
</code> based on the current tim
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TaiwanCalendar.java
16
* <code>
TaiwanCalendar
</code> is a subclass of <code>GregorianCalendar</code>
26
*
TaiwanCalendar
usually should be instantiated using
38
public class
TaiwanCalendar
extends GregorianCalendar {
66
* Constructs a <code>
TaiwanCalendar
</code> using the current time
70
public
TaiwanCalendar
() {
75
* Constructs a <code>
TaiwanCalendar
</code> based on the current time
81
public
TaiwanCalendar
(TimeZone zone) {
86
* Constructs a <code>
TaiwanCalendar
</code> based on the current time
92
public
TaiwanCalendar
(Locale aLocale) {
97
* Constructs a <code>
TaiwanCalendar
</code> based on the current tim
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar
/prebuilts/sdk/25/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 684 milliseconds