OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:historicRules
(Results
1 - 11
of
11
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/util/
RuleBasedTimeZone.java
29
private List<TimeZoneRule>
historicRules
;
76
if (
historicRules
== null) {
77
historicRules
= new ArrayList<TimeZoneRule>();
79
historicRules
.add(rule);
259
if (
historicRules
!= null && otherRBTZ.
historicRules
!= null) {
260
if (
historicRules
.size() != otherRBTZ.
historicRules
.size()) {
263
for (TimeZoneRule rule :
historicRules
) {
265
for (TimeZoneRule orule : otherRBTZ.
historicRules
) {
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
RuleBasedTimeZone.java
28
private List<TimeZoneRule>
historicRules
;
79
if (
historicRules
== null) {
80
historicRules
= new ArrayList<TimeZoneRule>();
82
historicRules
.add(rule);
277
if (
historicRules
!= null && otherRBTZ.
historicRules
!= null) {
278
if (
historicRules
.size() != otherRBTZ.
historicRules
.size()) {
281
for (TimeZoneRule rule :
historicRules
) {
283
for (TimeZoneRule orule : otherRBTZ.
historicRules
) {
[
all
...]
/external/icu/icu4c/source/i18n/
olsontz.cpp
657
historicRules
= NULL;
678
if (
historicRules
!= NULL) {
680
if (
historicRules
[i] != NULL) {
681
delete
historicRules
[i];
684
uprv_free(
historicRules
);
768
if (
historicRules
== NULL) {
770
historicRules
= (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*historicRuleCount);
771
if (
historicRules
== NULL) {
779
historicRules
[i] = NULL;
782
historicRules
[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName)
[
all
...]
olsontz.h
396
TimeArrayTimeZoneRule **
historicRules
;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
OlsonTimeZone.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
OlsonTimeZone.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
Completed in 1062 milliseconds