OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adoptDefault
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/test/intltest/
itformat.cpp
224
TimeZone::
adoptDefault
(saveDefaultTimeZone);
dtfmrgts.cpp
449
// {sfb}
adoptDefault
instead of setDefault
451
TimeZone::
adoptDefault
(TimeZone::createTimeZone("EST"));
780
// {sfb} changed from setDefault to
adoptDefault
781
TimeZone::
adoptDefault
(TimeZone::createTimeZone("CST"));
795
TimeZone::
adoptDefault
(saveZone);
[
all
...]
tztest.cpp
115
TimeZone::
adoptDefault
(zone);
120
TimeZone::
adoptDefault
(saveDefault);
[
all
...]
dtfmttst.cpp
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
timezone.h
281
* time zone unless TimeZone::
adoptDefault
(TimeZone*) or
297
* zone has already been set using
adoptDefault
() or setDefault(), the default is
322
static void U_EXPORT2
adoptDefault
(TimeZone* zone);
326
* Same as
adoptDefault
(), except that the TimeZone object passed in is NOT adopted;
329
* <p>See the thread safety note under
adoptDefault
().
[
all
...]
/external/icu/icu4c/source/i18n/
ucal.cpp
90
TimeZone::
adoptDefault
(zone);
timezone.cpp
553
// made a thread-unsafe call to setDefault() or
adoptDefault
() in another
572
TimeZone::
adoptDefault
(TimeZone* zone)
587
adoptDefault
(zone.clone());
[
all
...]
Completed in 2996 milliseconds