OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temptz
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
timezone.cpp
412
const TimeZone*
temptz
= getGMT();
local
413
if (
temptz
== NULL) {
416
result =
temptz
->clone();
538
const TimeZone*
temptz
= getGMT();
local
540
if (
temptz
== NULL) {
543
default_zone =
temptz
->clone();
[
all
...]
/external/icu4c/i18n/
timezone.cpp
530
const TimeZone*
temptz
= getGMT();
local
532
if (
temptz
== NULL) {
535
default_zone =
temptz
->clone();
[
all
...]
Completed in 326 milliseconds