HomeSort by relevance Sort by last modified time
    Searched full:tzone (Results 1 - 7 of 7) sorted by null

  /external/chromium/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/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/third_party/icu/source/common/
putil.c 672 This list can be tested with icu/source/test/compat/tzone.pl
    [all...]
  /external/icu4c/common/
putil.c 698 This list can be tested with icu/source/test/compat/tzone.pl
    [all...]

Completed in 8285 milliseconds