Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:newvtz1
(Results
1 - 3
of
3
) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H
A
D
TimeZoneRuleTest.java
642
VTimeZone
newvtz1
= null;
in TestVTimeZoneHeaderProps()
653
newvtz1
= VTimeZone.create(reader);
in TestVTimeZoneHeaderProps()
657
if (!(tzurl.equals(
newvtz1
.getTZURL()))) {
in TestVTimeZoneHeaderProps()
659
+ tzurl + "/After:" +
newvtz1
.getTZURL());
in TestVTimeZoneHeaderProps()
661
if (!(lastmod.equals(
newvtz1
.getLastModified()))) {
in TestVTimeZoneHeaderProps()
663
+ lastmod.getTime() + "/After:" +
newvtz1
.getLastModified().getTime());
in TestVTimeZoneHeaderProps()
674
newvtz1
.setTZURL(newtzurl);
in TestVTimeZoneHeaderProps()
678
newvtz1
.write(writer, getUTCMillis(2000, Calendar.JANUARY, 1));
in TestVTimeZoneHeaderProps()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H
A
D
TimeZoneRuleTest.java
640
VTimeZone
newvtz1
= null;
in TestVTimeZoneHeaderProps()
651
newvtz1
= VTimeZone.create(reader);
in TestVTimeZoneHeaderProps()
655
if (!(tzurl.equals(
newvtz1
.getTZURL()))) {
in TestVTimeZoneHeaderProps()
657
+ tzurl + "/After:" +
newvtz1
.getTZURL());
in TestVTimeZoneHeaderProps()
659
if (!(lastmod.equals(
newvtz1
.getLastModified()))) {
in TestVTimeZoneHeaderProps()
661
+ lastmod.getTime() + "/After:" +
newvtz1
.getLastModified().getTime());
in TestVTimeZoneHeaderProps()
672
newvtz1
.setTZURL(newtzurl);
in TestVTimeZoneHeaderProps()
676
newvtz1
.write(writer, getUTCMillis(2000, Calendar.JANUARY, 1));
in TestVTimeZoneHeaderProps()
/third_party/icu/icu4c/source/test/intltest/
H
A
D
tzrulets.cpp
1050
VTimeZone *
newvtz1
= NULL;
in TestVTimeZoneHeaderProps()
local
1056
newvtz1
= VTimeZone::createVTimeZone(vtzdata, status);
in TestVTimeZoneHeaderProps()
1061
newvtz1
->getTZURL(tzurl);
in TestVTimeZoneHeaderProps()
1073
newvtz1
->setTZURL(TESTURL2);
in TestVTimeZoneHeaderProps()
1076
newvtz1
->write(vtzdata, status);
in TestVTimeZoneHeaderProps()
1097
delete
newvtz1
;
in TestVTimeZoneHeaderProps()
Completed in 8 milliseconds