OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timezone
(Results
51 - 75
of
1671
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
TimeZoneNameProviderICU.java
10
import java.util.
TimeZone
;
22
String canonicalID = com.ibm.icu.util.
TimeZone
.getCanonicalID(ID, isSystemID);
37
case
TimeZone
.LONG:
40
case
TimeZone
.SHORT:
49
// case
TimeZone
.LONG:
54
// case
TimeZone
.SHORT:
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TestAll.java
7
package com.ibm.icu.dev.test.
timezone
;
30
public static final String CLASS_TARGET_NAME = "
TimeZone
";
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicDurationFormatterFactory.java
11
import java.util.
TimeZone
;
30
private
TimeZone
timeZone
;
39
this.
timeZone
=
TimeZone
.getDefault();
131
* @param
timeZone
The time zone to use.
134
public DurationFormatterFactory setTimeZone(
TimeZone
timeZone
) {
135
if (!
timeZone
.equals(this.
timeZone
)) {
[
all
...]
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerUtils.java
30
import java.util.
TimeZone
;
45
* list of
timezone
IDs that need to be overridden.
56
* Given a
timezone
id (e.g. America/Los_Angeles), returns the corresponding
timezone
60
* @param id The
timezone
id
63
* @return The display name of the
timezone
.
67
TimeZone
timezone
=
TimeZone
.getTimeZone(id);
local
68
if (
timezone
== null)
[
all
...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPDateTimeImpl.java
16
import java.util.
TimeZone
;
44
private
TimeZone
timeZone
=
TimeZone
.getTimeZone("UTC");
68
// extract the date and
timezone
from the calendar provided
70
TimeZone
zone = calendar.getTimeZone();
87
this.
timeZone
= intCalendar.getTimeZone();
93
* a <code>Date</code> and a <code>
TimeZone
</code>.
96
* @param
timeZone
a
TimeZone
how to interpret the dat
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-parent/15/
maven-parent-15.pom
52
<
timezone
>-5</
timezone
>
61
<
timezone
>+1</
timezone
>
77
<
timezone
>+1</
timezone
>
87
<
timezone
>+10</
timezone
>
97
<
timezone
>+1</
timezone
>
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-parent/15/
maven-parent-15.pom
52
<
timezone
>-5</
timezone
>
61
<
timezone
>+1</
timezone
>
77
<
timezone
>+1</
timezone
>
87
<
timezone
>+10</
timezone
>
97
<
timezone
>+1</
timezone
>
[
all
...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
MetaData.java
43
public String
timezone
; // local
timezone
used for Instance expansion
field in class:MetaData.Fields
89
fields.
timezone
= mFields.
timezone
;
118
fields.
timezone
= mFields.
timezone
;
131
String
timezone
= null;
local
140
timezone
= cursor.getString(METADATA_INDEX_LOCAL_TIMEZONE);
151
mFields.
timezone
=
timezone
;
[
all
...]
/development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-16/arch-arm/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-16/arch-mips/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-16/arch-x86/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-17/arch-arm/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-18/arch-arm/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-19/arch-arm/symbols/
libc.so.variables.txt
41
timezone
/development/ndk/platforms/android-19/arch-mips/symbols/
libc.so.variables.txt
41
timezone
Completed in 356 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>