OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tzhour
(Results
1 - 2
of
2
) sorted by null
/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
...]
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar
Completed in 76 milliseconds