OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tzenum
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp
76
StringEnumeration *
tzenum
;
member in class:TestZIDEnumeration
85
tzenum
= TimeZone::createEnumeration();
86
len =
tzenum
->count(status);
88
tzenum
= NULL;
94
if (
tzenum
!= NULL) {
95
delete
tzenum
;
101
if (
tzenum
!= NULL) {
102
return
tzenum
->snext(status);
112
if (
tzenum
!= NULL) {
113
tzenum
->reset(status)
[
all
...]
/external/icu4c/test/intltest/
tzrulets.cpp
76
StringEnumeration *
tzenum
;
member in class:TestZIDEnumeration
85
tzenum
= TimeZone::createEnumeration();
86
len =
tzenum
->count(status);
88
tzenum
= NULL;
94
if (
tzenum
!= NULL) {
95
delete
tzenum
;
101
if (
tzenum
!= NULL) {
102
return
tzenum
->snext(status);
112
if (
tzenum
!= NULL) {
113
tzenum
->reset(status)
[
all
...]
Completed in 402 milliseconds