OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tzHour
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/fpdfsdk/include/
fsdk_baseannot.h
64
int8_t
tzHour
;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java
226
int
tzHour
= 0;
250
tzHour
= input.gatherInt("Invalid time zone hour in date string", 23);
263
int offset = (
tzHour
* 3600 * 1000 + tzMinute * 60 * 1000) * tzSign;
/external/dng_sdk/source/
dng_date_time.cpp
352
unsigned
tzhour
= 0;
local
357
&
tzhour
,
361
fTimeZone.SetOffsetMinutes (sign * (
tzhour
* 60 + tzmin));
556
unsigned
tzhour
= 0;
local
566
&
tzhour
,
572
zone.SetOffsetMinutes (tzsign * (
tzhour
* 60 + tzmin));
716
int
tzHour
= t.tm_hour - zt.tm_hour;
721
(t.tm_year == zt.tm_year && t.tm_yday == zt.tm_yday &&
tzHour
> 0) ||
722
(t.tm_year == zt.tm_year && t.tm_yday == zt.tm_yday &&
tzHour
== 0 && tzMin >= 0);
724
tzMin +=
tzHour
* 60
[
all
...]
/external/pdfium/xfa/src/fgas/include/
fx_datetime.h
177
int8_t
tzHour
;
226
int8_t
tzHour
;
/frameworks/opt/setupwizard/tools/docs/
jsilver.jar
/prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar
/external/testng/ant/3rdparty/
doclava-1.0.3.jar
Completed in 365 milliseconds