Home
last modified time | relevance | path

Searched refs:tzurl (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
H A Dvtzone.cpp963 tzurl(source.tzurl), lastmod(source.lastmod), in VTimeZone()
1033 tzurl = right.tzurl; in operator =()
1051 && tzurl == vtz->tzurl in operator ==()
1140 if (tzurl.length() > 0) { in getTZURL()
1141 url = tzurl; in getTZURL()
1149 tzurl = url; in setTZURL()
1422 tzurl in parse()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dvtzone.cpp963 tzurl(source.tzurl), lastmod(source.lastmod), in VTimeZone()
1033 tzurl = right.tzurl; in operator =()
1051 && tzurl == vtz->tzurl in operator ==()
1140 if (tzurl.length() > 0) { in getTZURL()
1141 url = tzurl; in getTZURL()
1149 tzurl = url; in setTZURL()
1422 tzurl in parse()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dvtzone.cpp971 tzurl(source.tzurl), lastmod(source.lastmod), in VTimeZone()
1042 tzurl = right.tzurl; in operator =()
1060 && tzurl == vtz->tzurl in operator ==()
1149 if (tzurl.length() > 0) { in getTZURL()
1150 url = tzurl; in getTZURL()
1158 tzurl = url; in setTZURL()
1466 tzurl in parse()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DVTimeZone.java182 return tzurl; in getTZURL()
196 tzurl = url; in setTZURL()
239 if (tzurl != null) { in write()
242 bw.write(tzurl); in write()
398 private String tzurl = null; field in VTimeZone
602 tzurl = value; in parse()
1893 if (tzurl != null) { in writeHeader()
1896 writer.write(tzurl); in writeHeader()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java634 String tzurl = "http://source.icu-project.org"; in TestVTimeZoneHeaderProps()
638 vtz.setTZURL(tzurl); in TestVTimeZoneHeaderProps()
657 if (!(tzurl.equals(newvtz1.getTZURL()))) { in TestVTimeZoneHeaderProps()
659 + tzurl + "/After:" + newvtz1.getTZURL()); in TestVTimeZoneHeaderProps()
672 // Set different tzurl in TestVTimeZoneHeaderProps()
1189 String tzurl = vtz.getTZURL(); in TestVTimeZoneCoverage()
1190 if (tzurl != null) { in TestVTimeZoneCoverage()
1194 tzurl = vtz.getTZURL(); in TestVTimeZoneCoverage()
1195 if (!TZURL.equals(tzurl)) { in TestVTimeZoneCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java632 String tzurl = "http://source.icu-project.org"; in TestVTimeZoneHeaderProps()
636 vtz.setTZURL(tzurl); in TestVTimeZoneHeaderProps()
655 if (!(tzurl.equals(newvtz1.getTZURL()))) { in TestVTimeZoneHeaderProps()
657 + tzurl + "/After:" + newvtz1.getTZURL()); in TestVTimeZoneHeaderProps()
670 // Set different tzurl in TestVTimeZoneHeaderProps()
1187 String tzurl = vtz.getTZURL(); in TestVTimeZoneCoverage()
1188 if (tzurl != null) { in TestVTimeZoneCoverage()
1192 tzurl = vtz.getTZURL(); in TestVTimeZoneCoverage()
1193 if (!TZURL.equals(tzurl)) { in TestVTimeZoneCoverage()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DVTimeZone.java171 return tzurl; in getTZURL()
183 tzurl = url; in setTZURL()
220 if (tzurl != null) { in write()
223 bw.write(tzurl); in write()
369 private String tzurl = null; field in VTimeZone
573 tzurl = value; in parse()
1864 if (tzurl != null) { in writeHeader()
1867 writer.write(tzurl); in writeHeader()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dvtzone.h434 UnicodeString tzurl; member in VTimeZone
/third_party/icu/icu4c/source/i18n/unicode/
H A Dvtzone.h431 UnicodeString tzurl; member in VTimeZone
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dvtzone.h431 UnicodeString tzurl; member in VTimeZone
/third_party/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp1040 UnicodeString tzurl; in TestVTimeZoneHeaderProps() local
1061 newvtz1->getTZURL(tzurl); in TestVTimeZoneHeaderProps()
1062 if (tzurl != TESTURL1) { in TestVTimeZoneHeaderProps()
1072 // Set different tzurl in TestVTimeZoneHeaderProps()
1085 newvtz2->getTZURL(tzurl); in TestVTimeZoneHeaderProps()
1086 if (tzurl != TESTURL2) { in TestVTimeZoneHeaderProps()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 25 milliseconds