OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:historicRuleCount
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
olsontz.cpp
643
historicRuleCount
= 0;
664
for (int i = 0; i <
historicRuleCount
; i++) {
743
historicRuleCount
= typeCount;
744
historicRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*
historicRuleCount
);
751
for (int i = 0; i <
historicRuleCount
; i++) {
[
all
...]
olsontz.h
379
int16_t
historicRuleCount
;
/external/icu4c/i18n/
olsontz.cpp
653
historicRuleCount
= 0;
674
for (int i = 0; i <
historicRuleCount
; i++) {
775
historicRuleCount
= typeCount;
776
historicRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*
historicRuleCount
);
783
for (int i = 0; i <
historicRuleCount
; i++) {
[
all
...]
olsontz.h
393
int16_t
historicRuleCount
;
Completed in 83 milliseconds