HomeSort by relevance Sort by last modified time
    Searched full:tzone (Results 1 - 8 of 8) 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...]
readme.txt 3 tzone.pl : A perl script that test the timezone information between the system time and ICU time.
9 tzone.pl Perl script that calls the tzdate program with the correct TZ and arguments.
29 tzone.pl
32 tzone.pl year month day
  /external/icu4c/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...]
readme.txt 3 tzone.pl : A perl script that test the timezone information between the system time and ICU time.
9 tzone.pl Perl script that calls the tzdate program with the correct TZ and arguments.
29 tzone.pl
32 tzone.pl year month day
  /external/webrtc/src/system_wrappers/source/
event_posix.cc 147 struct timezone tZone;
148 tZone.tz_minuteswest = 0;
149 tZone.tz_dsttime = 0;
150 gettimeofday(&tVal,&tZone);
257 struct timezone tZone;
258 tZone.tz_minuteswest = 0;
259 tZone.tz_dsttime = 0;
260 gettimeofday(&tVal,&tZone);
  /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);
  /external/chromium_org/third_party/icu/source/common/
putil.c 743 This list can be tested with icu/source/test/compat/tzone.pl
    [all...]
  /external/icu4c/common/
putil.cpp 764 This list can be tested with icu/source/test/compat/tzone.pl
    [all...]

Completed in 185 milliseconds