OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inUtc
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
Time.cpp
146
bool
inUtc
= strcmp("UTC", timezone) == 0;
147
if (
inUtc
) {
android_text_format_Time.cpp
169
bool
inUtc
= strcmp("UTC", t.timezone) == 0;
173
if (
inUtc
) {
406
jboolean
inUtc
= false;
459
inUtc
= true;
473
return
inUtc
;
487
jboolean
inUtc
= false;
584
inUtc
= true;
632
return
inUtc
;
Completed in 197 milliseconds