HomeSort by relevance Sort by last modified time
    Searched refs:TZONE (Results 1 - 2 of 2) 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...]

Completed in 101 milliseconds