OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TIMEZONE_JDK
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
TimeZone.java
142
public static final int
TIMEZONE_JDK
= 1;
573
* <code>
TIMEZONE_JDK
</code>.
579
if (type ==
TIMEZONE_JDK
) {
588
* <code>
TIMEZONE_JDK
</code>.
592
if (type !=
TIMEZONE_JDK
) {
593
throw new UnsupportedOperationException("TimeZone type other than
TIMEZONE_JDK
is not supported by com.ibm.icu.base");
600
* <code>
TIMEZONE_JDK
</code>.
604
return
TIMEZONE_JDK
;
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java
132
public static final int
TIMEZONE_JDK
= 1;
666
* <code>
TIMEZONE_JDK
</code>.
678
* @param type time zone implementation type,
TIMEZONE_JDK
or TIMEZONE_ICU
685
if (type ==
TIMEZONE_JDK
) {
720
* <code>
TIMEZONE_JDK
</code>.
724
if (type != TIMEZONE_ICU && type !=
TIMEZONE_JDK
) {
733
* <code>
TIMEZONE_JDK
</code>.
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZone.java
158
public static final int
TIMEZONE_JDK
= 1;
731
* <code>
TIMEZONE_JDK
</code>.
744
* @param type time zone implementation type,
TIMEZONE_JDK
or TIMEZONE_ICU
751
if (type ==
TIMEZONE_JDK
) {
786
* <code>
TIMEZONE_JDK
</code>.
790
if (type != TIMEZONE_ICU && type !=
TIMEZONE_JDK
) {
799
* <code>
TIMEZONE_JDK
</code>.
[
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
/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 365 milliseconds