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
) {
401
jboolean
inUtc
= false;
457
inUtc
= true;
472
return
inUtc
;
484
jboolean
inUtc
= false;
584
inUtc
= true;
633
return
inUtc
;
Completed in 25 milliseconds