OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fTimeZoneGenericNames
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
tzfmt.cpp
311
: fLocale(locale), fTimeZoneNames(NULL),
fTimeZoneGenericNames
(NULL), fDefParseOptionFlags(0) {
336
//
fTimeZoneGenericNames
is lazily instantiated
409
: Format(other), fTimeZoneNames(NULL),
fTimeZoneGenericNames
(NULL) {
420
delete
fTimeZoneGenericNames
;
433
delete
fTimeZoneGenericNames
;
434
fTimeZoneGenericNames
= NULL;
440
if (other.
fTimeZoneGenericNames
) {
441
fTimeZoneGenericNames
= other.
fTimeZoneGenericNames
->clone();
483
// Check
fTimeZoneGenericNames
. For now
[
all
...]
/external/icu4c/i18n/unicode/
tzfmt.h
686
TimeZoneGenericNames*
fTimeZoneGenericNames
;
[
all
...]
Completed in 893 milliseconds