OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzone
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/compat/
tzone.pl
8
print "Usage:
tzone
[year month day hour minute]\n";
15
my @
TZONE
;
34
foreach my $
tzone
(@TZONE_RAW) {
35
chomp($
tzone
);
36
if (-e $
tzone
) {
37
$
TZONE
[$index] = substr($
tzone
, 20);
48
foreach my $
tzone
(@
TZONE
) {
50
$ENV{'TZ'} = "$
tzone
";
[
all
...]
/external/icu/icu4c/source/test/compat/
tzone.pl
8
print "Usage:
tzone
[year month day hour minute]\n";
15
my @
TZONE
;
34
foreach my $
tzone
(@TZONE_RAW) {
35
chomp($
tzone
);
36
if (-e $
tzone
) {
37
$
TZONE
[$index] = substr($
tzone
, 20);
48
foreach my $
tzone
(@
TZONE
) {
50
$ENV{'TZ'} = "$
tzone
";
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
DateParser.java
68
String
tzone
= this.lexer.ttoken().toLowerCase();
local
69
if (!"gmt".equals(
tzone
))
70
throw createParseException("Bad Time Zone " +
tzone
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java
1198
TimeZone
tzone
= null;
local
[
all
...]
Completed in 170 milliseconds